Dataset.selectedindex; Dataset.setiterator() - MACROMEDIA FLASH 8-COMPONENTS LANGUAGE Reference

Components language reference
Table of Contents

Advertisement

DataSet.selectedIndex

Availability
Flash Player 7.
Edition
Flash MX Professional 2004.
Usage
dataSetInstance.selectedIndex
Description
Property; specifies the selected index in the collection. You can bind this property to the
selected item in a DataGrid or List component, and vice versa. For a complete example that
demonstrates this, see
"Creating an application with the DataSet component" on page
333.
Example
The following example sets the selected index of a DataSet object (
) to the selected
user_ds
index in a DataGrid component (
).
user_dg
user_ds.selectedIndex = user_dg.selectedIndex;

DataSet.setIterator()

Availability
Flash Player 7.
Edition
Flash MX Professional 2004.
Usage
dataSetInstance.setIterator(iterator)
Parameters
An iterator object returned by a call to
.
iterator
DataSet.getIterator()
Returns
Nothing.
DataSet.setIterator()
405

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-COMPONENTS LANGUAGE and is the answer not in the manual?

This manual is also suitable for:

Flash 8

Table of Contents