Delta interface (Flash Professional only)
ActionScript Interface Name
The Delta interface provides access to the transfer object, collection, and transfer object-level
changes. With this interface you can access the new and previous values in a transfer object. For
example, if the delta packet was obtained from a data set, each delta would represent an added,
edited, or deleted row.
The Delta interface also provides access to messages returned by the associated server-side process.
For more information on client-server interactions, see
Professional only)" on page
Use the Delta interface to examine the delta packet before sending changes to the server and to
review messages returned from server-side processing.
Method summary for the Delta interface
The following table lists the methods of the Delta interface.
Method
Delta.addDeltaItem()
Delta.getChangeList()
Delta.getDeltaPacket()
Delta.getId()
Delta.getItemByName()
Delta.getMessage()
Delta.getOperation()
Delta.getSource()
Delta.addDeltaItem()
Availability
Flash Player 7.
Edition
Flash MX Professional 2004.
Usage
delta.addDeltaItem(deltaitem)
Parameters
DeltaItem instance to add to this delta.
deltaitem
390
Chapter 6: Components Dictionary
mx.data.components.datasetclasses.Delta
636.
Description
Adds the specified DeltaItem instance.
Returns an array of changes made to the current item.
Returns the delta packet that contains the delta.
Returns the unique ID of the current item within the
DeltaPacket collection.
Returns the specified DeltaItem object.
Returns the message associated with the current item.
Returns the operation that was performed on the current item
within the original collection.
Returns the transfer object on which the changes were
performed.
Components Dictionary
"RDBMSResolver component (Flash
CHAPTER 6
Need help?
Do you have a question about the FLASH MX 2004-USING COMPONENTS and is the answer not in the manual?
Questions and answers