TypedValue.typeName

Availability

Flash Player 6 (6.0.79.0).

Edition

Flash MX Professional 2004.

Usage

typedValueObject.typeName

Description

Property; contains the name of the data type of the TypedValue object's value.

Example

This example displays Boolean in the Output panel:

var t: TypedValue = new TypedValue (true, "Boolean", null);
trace(t.typeName);

Flash CS3


 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/flash/9.0/main/00002708.html