Datatype.kind; Datatype.setanytypedvalue() - MACROMEDIA FLASH 8-COMPONENTS LANGUAGE Reference

Components language reference
Table of Contents

Advertisement

If
is specified as
, the method returns the value of the field in its
null
requestedType
default type.
Example
The following example returns the value of the field converted to the Boolean data type. This
is stored in the
variable.
bool
var bool:TypedValue = field.getTypedValue("Boolean");

DataType.kind

Availability
Flash Player 6 (6.0.79.0).
Edition
Flash MX Professional 2004.
Usage
dataTypeObject.kind
Description
Property; provides a reference to the Kind object associated with this field. You can use this
property to access properties and methods of the Kind object.

DataType.setAnyTypedValue()

Availability
Flash Player 6 (6.0.79.0).
Edition
Flash MX Professional 2004.
Usage
dataTypeObject.setAnyTypedValue(newTypedValue)
Parameters
A TypedValue object value to set in the field. For more information, see
newTypedValue
"TypedValue class (Flash Professional only)" on page
245.
240
Data binding classes (Flash Professional only)

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-COMPONENTS LANGUAGE and is the answer not in the manual?

This manual is also suitable for:

Flash 8

Table of Contents