Class TCustomValue

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TCustomValue = class(TConstant)

Description

TCustomValue is the abstract ancestor of TCustomVariable and TExpression. It adds a Name field to TConstant.

Hierarchy

Overview

Fields

Private FName: string;
Private FUserName: string;

Methods

Public constructor Create(const VariableName: string; const DataType: TRbwDataType);
Public function Decompile: string; override;

Properties

Public property Name: string read FName;

Description

Fields

Private FName: string;

FName: string; Always upper case

Private FUserName: string;

FUserName: string; FUserName is the mixed-case version of FName. It is used in Decompile.

Methods

Public constructor Create(const VariableName: string; const DataType: TRbwDataType);

Create calls the inherited constructor and sets Name.

Public function Decompile: string; override;

Decompile returns the Name of the TCustomValue.

Properties

Public property Name: string read FName;

Name defines how the TCustomValue should be identified. It is set via Create.


Generated by PasDoc 0.10.0 on 2006-10-31 09:56:44