Flash 8 Documentation |
|||
| Components Language Reference > Data binding classes (Flash Professional only) > TypedValue class (Flash Professional only) | |||
ActionScript Class Name mx.data.binding.TypedValue
A TypedValue object contains a data value, along with information about the value's data type. TypedValue objects are provided as parameters to, and are returned from, various methods of the DataType class. The data type information in the TypedValue object helps DataType objects decide when and how they need to do type conversion.
|
NOTE |
|
To make this class available at runtime, you must include the data binding classes in your FLA file. For more information, see Making data binding classes available at runtime (Flash Professional only). |
For an overview of the classes in the mx.data.binding package, see Classes in the mx.data.binding package (Flash Professional only).
The following table lists the properties of the TypedValue class.
|
Property |
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. |
Version 8
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/flash/8/main/00003241.html