User Guide

Delta.getItemByName() 473
Example
The following example calls the getId() method:
while(dpCursor.hasNext()) {
dpDelta = Delta(dpCursor.next());
trace("id ["+dpDelta.getId()+"]");
}
Delta.getItemByName()
Availability
Flash Player 7.
Edition
Flash MX Professional 2004.
Usage
delta.getItemByName(name)
Parameters
name A string that specifies the name of the property or method for the associated
DeltaItem object.
Returns
The DeltaItem object specified by name. If no DeltaItem object is found that matches name,
this method returns
null.
Description
Method; returns the DeltaItem object specified by name. When method calls or property
changes on a transfer object are needed by name, this method provides the most
efficient access.