TExpression

Base class for a node in a expression tree.

Inheritance

LevelAncestorDescription
1TObjectUltimate ancestor in a class hierarchy
2TBaseObjectA base class for objects that can be used instead of TObject.
3TReferenceCountedObjectObject that keeps track of the number of times it is referenced from other objects
4TExpression

Source

Code.Expression.pas (28)

Methods

ScopeVisibilityResultNameDescription
TypepublicTExpressionParseExpression(ColumnIndex: TInteger32; Value: TText)
TypepublicTExpressionOrAll(Expressions: TList<TExpression>; FreeExpressions: TBoolean)
TypepublicTExpressionAndAll(Expressions: TList<TExpression>; FreeExpressions: TBoolean)