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