User Guide
470 Delta interface (Flash Professional only)
Delta.addDeltaItem()
Availability
Flash Player 7.
Edition
Flash MX Professional 2004.
Usage
delta.addDeltaItem(deltaitem)
Parameters
deltaitem DeltaItem instance to add to this delta.
Returns
Nothing.
Description
Method; adds the specified DeltaItem instance. If the specified DeltaItem instance already
exists, this method replaces it.
Example
The following example calls the addDeltaItem() method:
//...
var d:Delta = new DeltaImpl("ID1345678", curItem, DeltaPacketConsts.Added,
"", false);
d.addDeltaItem(new DeltaItem(DeltaItem.Property, "ID", {oldValue:15,
newValue:16}));
//...
Delta.getChangeList()
Availability
Flash Player 7.
Edition
Flash MX Professional 2004.
Usage
delta.getChangeList()