User Guide
240 Data binding classes (Flash Professional only)
If null is specified as requestedType, the method returns the value of the field in its
default type.
Example
The following example returns the value of the field converted to the Boolean data type. This
is stored in the
bool variable.
var bool:TypedValue = field.getTypedValue("Boolean");
DataType.kind
Availability
Flash Player 6 (6.0.79.0).
Edition
Flash MX Professional 2004.
Usage
dataTypeObject.kind
Description
Property; provides a reference to the Kind object associated with this field. You can use this
property to access properties and methods of the Kind object.
DataType.setAnyTypedValue()
Availability
Flash Player 6 (6.0.79.0).
Edition
Flash MX Professional 2004.
Usage
dataTypeObject.setAnyTypedValue(newTypedValue)
Parameters
newTypedValue A TypedValue object value to set in the field. For more information, see
“TypedValue class (Flash Professional only)” on page 245.