User Guide

DeltaItem.kind 465
Description
Property (read-only); an object containing the current property value on the servers copy of
the transfer object. This property applies only if the changes kind is
DeltaItem.Property,
and the property is relevant only in a delta that has been returned from a server and is being
applied to the data set for user resolution.
DeltaItem.delta
Availability
Flash Player 7.
Edition
Flash MX Professional 2004.
Usage
deltaitem.delta
Description
Property (read-only); a delta associated with the DeltaItem object. When a DeltaItem object is
created, it is associated with a delta and adds itself to the deltas list of changes. This property
provides a reference to the delta that this item belongs to.
DeltaItem.kind
Availability
Flash Player 7.
Edition
Flash MX Professional 2004.
Usage
deltaitem.kind
Description
Property; a number that indicates the type of change. Use the following constants to evaluate
this property:
DeltaItem.Property The change was made to a property on the transfer object.
DeltaItem.Method The change was made through a method call on the transfer object.