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