TExprContext Class

type TExprContext = class(TPersistent);

Expression context, holding expression list and variables with type and the data they hold.

Properties

NameTypeDescription
ExpressionstringReturns expression as string.
VariablesTVariableCollectionVariables collection.