Method
DataSet.disableEvents()
DataSet.enableEvents()
DataSet.find()
DataSet.findFirst()
DataSet.findLast()
DataSet.first()
DataSet.getItemId()
DataSet.getIterator()
DataSet.getLength()
DataSet.hasNext()
DataSet.hasPrevious()
DataSet.hasSort()
DataSet.isEmpty()
DataSet.last()
DataSet.loadFromSharedObj()
DataSet.locateById()
DataSet.next()
DataSet.previous()
DataSet.removeAll()
DataSet.removeItem()
DataSet.removeItemAt()
DataSet.removeRange()
DataSet.removeSort()
DataSet.saveToSharedObj()
DataSet.setIterator()
DataSet.setRange()
DataSet.skip()
DataSet.useSort()
Description
Stops sending DataSet events to listeners.
Resumes sending DataSet events to listeners.
Locates an item in the current view of the collection.
Locates the first occurrence of an item in the current view of
the collection.
Locates the last occurrence of an item in the current view of
the collection.
Moves to the first item in the current view of the collection.
Returns the unique ID for the specified item.
Returns a clone of the current iterator.
Returns the number of items in the data set.
Indicates whether the current iterator is at the end of its view of
the collection.
Indicates whether the current iterator is at the beginning of its view
of the collection.
Indicates whether the specified sort exists.
Indicates whether the collection contains any items.
Moves to the last item in the current view of the collection.
Loads all of the relevant data needed to restore the DataSet
collection from a shared object.
Moves the current iterator to the item with the specified ID.
Moves to the next item in the current view of the collection.
Moves to the previous item in the current view of the collection.
Removes all the items from the collection.
Removes the specified item from the collection.
Removes a data set item at a specified position.
Removes the current iterator's range settings.
Removes the specified sort from the DataSet object.
Saves the data in the DataSet object to a shared object.
Sets the current iterator for the DataSet object.
Sets the current iterator's range settings.
Moves forward or backward by a specified number of items in the
current view of the collection.
Makes the specified sort the active one.
DataSet component (Flash Professional only)
305
Need help?
Do you have a question about the FLASH MX 2004-USING COMPONENTS and is the answer not in the manual?