| Description | Hierarchy | Fields | Methods | Properties |
type TCustomValue = class(TConstant)
TCustomValue is the abstract ancestor of TCustomVariable and TExpression. It adds Name and Classification properties to TConstant.
![]() |
FName: string; |
![]() |
FUserName: string; |
![]() |
FClassification: string; |
![]() |
constructor Create(const VariableName: string; const DataType: TRbwDataType); |
![]() |
function Decompile: string; override; |
![]() |
function DecompileDisplay: string; override; |
![]() |
property Classification: string read FClassification write FClassification; |
![]() |
property Name: string read FName; |
![]() |
FName: string; |
|
Always upper case | |
![]() |
FUserName: string; |
|
FUserName is the mixed-case version of FName. It is used in Decompile. | |
![]() |
FClassification: string; |
![]() |
constructor Create(const VariableName: string; const DataType: TRbwDataType); |
|
| |
![]() |
function Decompile: string; override; |
|
| |
![]() |
function DecompileDisplay: string; override; |
![]() |
property Classification: string read FClassification write FClassification; |
|
| |
![]() |
property Name: string read FName; |
|
| |