Class TSpecifiedHeadOnLayer

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TSpecifiedHeadOnLayer = class(TExpression)

Description

no description available, TExpression description follows

TExpression is the compiled version of an Expression generated by the TRbwParser.Compile method.

It can be evaluated by using the Evaluate method and the result can then be read using the BooleanResult method, DoubleResult method, IntegerResult method, or StringResult method. The correct one to read can be determined from the ResultType property.

Every instance of TExpression is owned by the instance of TRbwParser that compiled it.

Hierarchy

Overview

Methods

Protected function GetVariablesUsed: TStringList; override;
Public function UsesVariable(const Variable: TCustomVariable): boolean; override;

Description

Methods

Protected function GetVariablesUsed: TStringList; override;
 
Public function UsesVariable(const Variable: TCustomVariable): boolean; override;

UsesVariable returns True if Variable is used by the TExpression or if the variable is named "Specified_Head".


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