Constructor for the TypedValue class

Availability

Flash Player 6 (6.0.79.0).

Usage

new mx.data.binding.TypedValue(value, typeName, [type])

Parameters

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.

Description

Constructor; creates a new TypedValue object.