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