ActionScript 2.0 Components Language Reference |
|
|
|
| Data binding classes > Constructor for the TypedValue class | |||
Flash Player 6 (6.0.79.0).
new mx.data.binding.TypedValue(value,typeName, [type])
value A data value of any type.
typeName A string that contains the name of the value's data type.
type An optional Schema object that describes in more detail the schema of the data. This field is required only in certain circumstances, such as when setting data into a DataSet component's dataProvider property.
Constructor; creates a new TypedValue object.
|
|
|
|