Dataset.getlength(); Dataset.hasnext() - MACROMEDIA FLASH 8-COMPONENTS LANGUAGE Reference

Components language reference
Table of Contents

Advertisement

DataSet.getLength()

Availability
Flash Player 7.
Edition
Flash MX Professional 2004.
Usage
dataSetInstance.getLength()
Returns
The number of items in the data set.
Description
Method; returns the number of items in the data set.
Example
The following example calls
:
getLength()
//...
var my_ds:mx.data.components.DataSet;
my_ds = _parent.thisShelf.compactDiscs_ds;
trace ("Data set size is: " + my_ds.getLength());
//...

DataSet.hasNext()

Availability
Flash Player 7.
Edition
Flash MX Professional 2004.
Usage
dataSetInstance.hasNext()
Returns
A Boolean value.
DataSet.hasNext()
373

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?

Questions and answers

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash 8

Table of Contents