ifBoolean
Interface equivalent for intrinsic type Boolean.
Implemented by
| Name | Description |
|---|---|
| roBoolean | Object 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
| Name | Type | Description |
|---|---|---|
| value | Boolean | True/false. |
Updated 3 months ago
