Class TRealVariable

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TRealVariable = class(TCustomVariable)

Description

TRealVariable stores a double that may change from one execution of a TExpression to the next.

Hierarchy

Overview

Methods

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

Properties

Public property Value: double read GetValue write SetValue;

Description

Methods

Private function GetValue: double;

See Value.

Private procedure SetValue(const Value: double);

See Value.

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

Create calls the inherited create.

Properties

Public property Value: double read GetValue write SetValue;

Value is the double stored by TRealVariable.


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