Class TCustomVariable

DescriptionHierarchyFieldsMethodsProperties

Unit

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

Methods

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

Description

Methods

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

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.


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