Boolean Constructor - MACROMEDIA FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE Reference

Flash lite 2.x actionscript language reference
Hide thumbs Also See for FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE:
Table of Contents

Advertisement

Property summary
Properties inherited from class Object
constructor (Object.constructor
property),
prototype (Object.prototype
(Object.__resolve property)
Constructor summary
Signature
Boolean([value:Object])
Method summary
Modifiers
Signature
toString() :
valueOf() :
Methods inherited from class Object
addProperty (Object.addProperty
(Object.hasOwnProperty
(Object.isPropertyEnumerable
method),
registerClass (Object.registerClass
(Object.toString
(Object.valueOf
method),

Boolean constructor

public Boolean([value:Object])
Creates a Boolean object. If you omit the
with a value of
false
and returns the result as a Boolean value according to the rules in the global
function.
Availability: ActionScript 1.0; Flash Lite 2.0
Parameters
[optional] - Any expression. The default value is
value:Object
property),
Description
Creates a Boolean object.
String
Boolean
method),
method),
isPropertyEnumerable
method),
method),
unwatch (Object.unwatch
watch (Object.watch method)
value
. If you specify a value for the
__proto__ (Object.__proto__
property),
__resolve
Description
Returns the string representation ("true" or
"false") of the Boolean object.
Returns true if the primitive value type of the
specified Boolean object is true; false
otherwise.
hasOwnProperty
isPrototypeOf (Object.isPrototypeOf
method),
toString
method),
parameter, the Boolean object is initialized
parameter, the method evaluates it
value
false
valueOf
Boolean()
.
Boolean
269

Advertisement

Table of Contents
loading

Table of Contents