ifBoolean

Interface equivalent for intrinsic type Boolean.

Implemented by

NameDescription
roBooleanObject equivalent for intrinsic type Boolean

Supported methods

GetBoolean() As Boolean

Description

Gets the boolean value stored in the calling boolean object.

Return Value

The boolean value stored in the calling boolean object.

SetBoolean(value As Boolean) As Void

Description

Sets the calling boolean object to the specified true/false value.

Parameters

NameTypeDescription
valueBooleanTrue/false.