Class THufSY

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type THufSY = class(TCustomHufExpression)

Description

no description available, TCustomHufExpression description follows
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;

Description

Methods

Protected function GetVariablesUsed: TStringList; override;
 

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