![MACROMEDIA FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE Reference Download Page 341](http://html.mh-extra.com/html/macromedia/flash-8-actionscript-2-0-language/flash-8-actionscript-2-0-language_reference_687537341.webp)
Boolean
341
Boolean
Object
|
+-Boolean
public class
Boolean
extends Object
The Boolean class is a wrapper object with the same functionality as the standard JavaScript
Boolean object. Use the Boolean class to retrieve the primitive data type or string
representation of a Boolean object.
You must use the constructor new
Boolean()
to create a Boolean object before calling its
methods.
Availability:
ActionScript 1.0; Flash Player 5 - (became a native object in Flash Player 6,
which improved performance significantly)
Property summary
Properties inherited from class Object
Constructor summary
constructor (Object.constructor property)
,
__proto__ (Object.__proto__
property)
,
prototype (Object.prototype property)
,
__resolve
(Object.__resolve property)
Signature
Description
Boolean
([value:Objec
t])
Creates a Boolean object.
Summary of Contents for FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE
Page 1: ...ActionScript 2 0 Language Reference ...
Page 1352: ...1352 ActionScript classes ...