User Guide
DataSet class (Flash Professional only) 337
Property summary for the DataSet class
The following table lists the properties of the DataSet class.
DataSet.next() Moves to the next item in the current view of the collection.
DataSet.previous() Moves to the previous item in the current view of
the collection.
DataSet.removeAll() Removes all the items from the collection.
DataSet.removeItem() Removes the specified item from the collection.
DataSet.removeItemAt() Removes a data set item at a specified position.
DataSet.removeRange() Removes the current iterator’s range settings.
DataSet.removeSort() Removes the specified sort from the DataSet object.
DataSet.saveToSharedObj() Saves the data in the DataSet object to a shared object.
DataSet.setIterator() Sets the current iterator for the DataSet object.
DataSet.setRange() Sets the current iterator’s range settings.
DataSet.skip() Moves forward or backward by a specified number of items in
the current view of the collection.
DataSet.useSort() Makes the specified sort the active one.
Property Description
DataSet.currentItem Returns the current item in the collection.
DataSet.dataProvider Returns the data provider.
DataSet.deltaPacket Returns changes made to the collection, or assigns changes
to be made to the collection.
DataSet.filtered Indicates whether items are filtered.
DataSet.filterFunc User-defined function for filtering items in the collection.
DataSet.items Items in the collection.
DataSet.itemClassName Name of the object to create when assigning items.
DataSet.length Specifies the number of items in the current view of
the collection.
DataSet.logChanges Indicates whether changes made to the collection, or its items,
are recorded.
DataSet.properties Contains the properties (fields) for any transfer object in
this collection.
Method Description