Class TCustomVariable
Unit
RbwParser
Declaration
type TCustomVariable = class(TCustomValue)
Description
TCustomVariable
is the abstract ancestor of TRealVariable, TIntegerVariable, TBooleanVariable and TStringVariable.
It validates the Name in Create.
Hierarchy
Overview
Fields
Methods
Properties
Description
Fields
 |
FDisplayName: string; |
|
Methods
 |
function GetDisplayName: string; |
|
 |
procedure SetDisplayName(const Value: string); |
|
 |
constructor Create(const VariableName: string; const DataType: TRbwDataType; const NameToDisplay: string); |
Create calls inherited create and then validates VariableName. Variable Names must start with a letter or underscore. The rest of the name must consist of letters underscores and digits.
|
 |
function Decompile: string; override; |
|
 |
function DecompileDisplay: string; override; |
|
Properties
Generated by PasDoc 0.12.1 on 2013-05-13 15:41:59