Property summary for the TypedValue class
The following table lists the properties of the TypedValue class.
Property
TypedValue.type
TypedValue.typeName
TypedValue.value
Constructor for the TypedValue class
Availability
Flash Player 6 (6.0 79.0).
Usage
new mx.data.binding.TypedValue(value, typeName, [type])
Parameters
A data value of any type.
value
A string that contains the name of the value's data type.
typeName
An optional Schema object that describes in more detail the schema of the data. This field
type
is required only in certain circumstances, such as when setting data into a DataSet component's
property.
dataProvider
Description
Constructor; creates a new TypedValue object.
TypedValue.type
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX Professional 2004.
Usage
typedValueObject.type
Description
Property; contains the schema associated with the TypedValue object's value.
Example
This example displays
var t: TypedValue = new TypedValue (true, "Boolean", null);
trace(t.type);
Description
Contains the schema associated with the TypedValue object's value.
Names the data type of the TypedValue object's value.
Contains the data value of the TypedValue object.
in the Output panel:
null
Data binding classes (Flash Professional only)
245
Need help?
Do you have a question about the FLASH MX 2004-USING COMPONENTS and is the answer not in the manual?