Delta.adddeltaitem(); Delta.getchangelist() - MACROMEDIA FLASH 8-COMPONENTS LANGUAGE Reference

Components language reference
Table of Contents

Advertisement

Delta.addDeltaItem()

Availability
Flash Player 7.
Edition
Flash MX Professional 2004.
Usage
delta.addDeltaItem(deltaitem)
Parameters
DeltaItem instance to add to this delta.
deltaitem
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
//...
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()
470
Delta interface (Flash Professional only)
method:
addDeltaItem()

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-COMPONENTS LANGUAGE and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Flash 8

Table of Contents