Home Search

DriveWorks Pro 21
IsBoolean

Send Feedback

IsBoolean

Returns TRUE if the given value is a boolean and FALSE if not.

Syntax

IsBoolean([Value])

Where:

Value is the value to check.

Examples

RuleMeaning
IsBoolean(OptionRequiredReturn)Will return TRUE when the value coming from the control OptionRequired is TRUE or FALSE otherwise it will return FALSE.