Class TBooleanVariable

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TBooleanVariable = class(TCustomVariable)

Description

TBooleanVariable stores a boolean that may change from one execution of a TExpression to the next.

Hierarchy

Overview

Methods

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

Properties

Public property Value: Boolean read GetValue write SetValue;

Description

Methods

Private function GetValue: Boolean;

See Value.

Private procedure SetValue(const Value: Boolean);

See Value.

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

Create calls the inherited create.

Properties

Public property Value: Boolean read GetValue write SetValue;

Value is the Boolean stored by TBooleanVariable.


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