ActionScript 2.0 Components Language Reference |
|
|
|
| Data binding classes > TypedValue.type | |||
Flash Player 6 (6.0.79.0).
Flash MX Professional 2004.
typedValueObject.type
Property; contains the schema associated with the TypedValue object's value.
This example displays null in the Output panel:
var t: TypedValue = new TypedValue (true, "Boolean", null); trace(t.type);
|
|
|
|