Class TStringVariable

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TStringVariable = class(TCustomVariable)

Description

TStringVariable stores a string that may change from one execution of a TExpression to the next.

Hierarchy

Overview

Methods

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

Properties

Public property Value: string read GetValue write SetValue;

Description

Methods

Private function GetValue: string;

See Value.

Private procedure SetValue(const Value: string);

See Value.

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

Create calls the inherited create.

Properties

Public property Value: string read GetValue write SetValue;

Value is the String stored by TStringVariable.


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