Class TCustomHufExpression

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TCustomHufExpression = 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

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

Description

Methods

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

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