Description | Hierarchy | Fields | Methods | Properties |
type TBooleanVariable = class(TCustomVariable)
TBooleanVariable
stores a boolean that may change from one execution of a TExpression to the next.
![]() |
function GetValue: Boolean; |
![]() |
procedure SetValue(const Value: Boolean); |
![]() |
constructor Create(const VariableName: string; const NameToDisplay: string); |
![]() |
property Value: Boolean read GetValue write SetValue; |
![]() |
function GetValue: Boolean; |
See Value. |
![]() |
procedure SetValue(const Value: Boolean); |
See Value. |
![]() |
constructor Create(const VariableName: string; const NameToDisplay: string); |
|
![]() |
property Value: Boolean read GetValue write SetValue; |
|