RecordSet methods
You can use the following methods to create and manage RecordSet objects.
Method
constructor for RecordSet
RecordSet.addEventListener()
RecordSet.addItem()
RecordSet.addItemAt()
RecordSet.clear()
RecordSet.contains()
RecordSet.editField()
RecordSet.filter()
RecordSet.getColumnNames()
RecordSet.getIemAt()
RecordSet.getItemID()
RecordSet.getIterator()
RecordSet.getLength()
RecordSet.getLocalLength()
RecordSet.getNumberAvailable()
RecordSet.getRemoteLength()
RecordSet.isEmpty()
RecordSet.isFullyPopulated()
RecordSet.isLocal()
RecordSet.removeAll()
RecordSet.removeItemAt()
RecordSet.removeEventListener()
RecordSet.replaceItemAt()
Description
Creates a new local RecordSet object.
Registers a listener object with this RecordSet. When the
RecordSet is modified in some way the listener can respond to
these changes. The only event that the RecordSet emits is the
modelChanged event.
Inserts a record into the RecordSet object.
Inserts a record into the RecordSet object at the specified
index.
Removes all items from the record set.
Returns
if the record set contains the record or
true
does not.
Replaces the value in one field of a record.
Creates a new RecordSet object that contains selected
records from the original RecordSet object.
Returns the names of all the columns of a RecordSet object.
Returns a record if the index is valid and the record is available.
Returns the record ID of a record.
Returns a new iterator for this RecordSet that iterates each
item (record) in the data set.
Returns the number of records in a RecordSet object.
Returns the number of records currently available (or
downloaded locally).
Returns the number of records that have been downloaded
from the server.
Returns the number of records in the RecordSet object on the
server side.
Determines whether the RecordSet object is empty.
Determine whether a RecordSet object is fully available on the
client system. (Both methods are equivalent.)
Same as
RecordSet.clear()
RecordSet object.
Removes the specified record from the RecordSet object.
Removes the specified event listener.
Replaces a record at the specified index.
About working with RecordSet objects
. Removes all records from the
if it
false
75
Need help?
Do you have a question about the FLASH REMOTING MX-USING FLASH REMOTING FOR FLASH MX 2004 ACTIONSCRIPT 2.0 and is the answer not in the manual?