Usage
deltaPacket.getConfigInfo(info)
Parameters
Object; contains information specific to the implementation.
info
Returns
An object that contains information required for the specific DeltaPacket implementation.
Description
Method; returns configuration information that is specific to the implementation of the
DeltaPacket interface. This method allows implementations of the DeltaPacket interface to access
custom information.
Example
The following example calls the
// ...
new DeltaPacketImpl(source, getTransactionId(), null, logChanges(),
getConfigInfo());
// ...
DeltaPacket.getIterator()
Availability
Flash Player 7.
Edition
Flash MX Professional 2004.
Usage
deltaPacket.getIterator()
Parameters
None.
Returns
An interface to the iterator for the DeltaPacket collection that iterates through the delta packet's
list of deltas.
Description
Method; returns the iterator for the DeltaPacket collection. This provides a mechanism for
looping through the changes in the delta packet. For a complete description of this interface, see
"Iterator interface (Flash Professional only)" on page
402
Chapter 6: Components Dictionary
method:
getConfigInfo()
441.
Need help?
Do you have a question about the FLASH MX 2004-USING COMPONENTS and is the answer not in the manual?