Usage
dataSet.currentItem
Description
Property (read-only); returns the current item in the DataSet collection, or
is empty or if the current iterator's view of the collection is empty.
This property provides direct access to the item in the collection. Changes made by directly
accessing this object are not tracked (in the
schema settings applied to any properties of this object.
Example
The following example displays the value of the
item in the data set named
trace(customerData.currentItem.customerName);
DataSet.dataProvider
Availability
Flash Player 7.
Edition
Flash MX Professional 2004.
Usage
dataSet.dataProvider
Description
Property; the data provider for this data set. This property provides data to user interface controls,
such as the List and DataGrid components.
For more information about the DataProvider API, see
Example
The following code assigns the
property of a DataGrid component.
myGrid.dataProvider = myDataSet.dataProvider;
DataSet.deltaPacket
Availability
Flash Player 7.
Edition
Flash MX Professional 2004.
Usage
dataSet.deltaPacket
DataSet.deltaPacket
customerName
.
customerData
property of a DataSet object to the corresponding
dataProvider
DataSet component (Flash Professional only)
null
property), nor are any of the
property defined in the current
"DataProvider API" on page
if the collection
290.
315
Need help?
Do you have a question about the FLASH MX 2004-USING COMPONENTS and is the answer not in the manual?