Description | Hierarchy | Fields | Methods | Properties |
type TCustomValue = class(TConstant)
TCustomValue
is the abstract ancestor of TCustomVariable and TExpression. It adds a Name field to TConstant.
![]() |
FName: string; |
![]() |
FUserName: string; |
![]() |
constructor Create(const VariableName: string; const DataType: TRbwDataType); |
![]() |
function Decompile: string; override; |
![]() |
property Name: string read FName; |
![]() |
FName: string; |
|
![]() |
FUserName: string; |
|
![]() |
constructor Create(const VariableName: string; const DataType: TRbwDataType); |
|
![]() |
function Decompile: string; override; |
|
![]() |
property Name: string read FName; |
|