DABoolean Class

Creates a DABoolean object that represents an animated Boolean value. (This means the Boolean value can change over time). At any given time, the value of the DABoolean is either TRUE or FALSE.

This class inherits from the DABehavior class.

For relevant functions and properties in the DAStatics class, see the following topics.

DABoolean Function

ExtractExtracts the value of booleanObj, which is a DABoolean object, and returns a Boolean.

Extract

DABoolean Class

Extracts the value of booleanObj, which is a DABoolean object, and returns a Boolean. The DABoolean must have a constant value.

Syntax

booleanObj.Extract

Return Value

Returns TRUE or FALSE.


Top of Page Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.