Dataset.properties; Dataset.readonly - MACROMEDIA FLASH 8-COMPONENTS LANGUAGE Reference

Components language reference
Table of Contents

Advertisement

DataSet.properties

Availability
Flash Player 7.
Edition
Flash MX Professional 2004.
Usage
dataSetInstance.properties
Description
Property (read-only); returns an object that contains all of the exposed properties (fields) for
any transfer object within this collection.
Example
The following example displays all the names of the properties in the DataSet object named
:
my_ds
var i:String;
for (i in my_ds.properties) {
trace("field '" + i + "' has value " + my_ds.properties[i]);
}

DataSet.readOnly

Availability
Flash Player 7.
Edition
Flash MX Professional 2004.
Usage
dataSetInstance.readOnly
Description
Property; a Boolean value that specifies whether this collection can be modified (
) or is
false
read-only (
). Setting this property to
prevents updates to the collection. The default
true
true
value is
.
false
You can also set this property in the Property inspector.
392
Components Dictionary

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

This manual is also suitable for:

Flash 8

Table of Contents