Class TIntegerVariable

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TIntegerVariable = class(TCustomVariable)

Description

TIntegerVariable stores a integer that may change from one execution of a TExpression to the next.

Hierarchy

Overview

Methods

Private function GetValue: Integer;
Private procedure SetValue(const Value: Integer);
Public constructor Create(const VariableName: string; const NameToDisplay: string);

Properties

Public property Value: Integer read GetValue write SetValue;

Description

Methods

Private function GetValue: Integer;

See Value.

Private procedure SetValue(const Value: Integer);

See Value.

Public constructor Create(const VariableName: string; const NameToDisplay: string);

Create calls the inherited create.

Properties

Public property Value: Integer read GetValue write SetValue;

Value is the Integer stored by TIntegerVariable.


Generated by PasDoc 0.12.1 on 2013-05-13 15:41:59