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