Classe TExprParser
Unit
Declaração
type TExprParser = class(TObject)
Descrição
Hierarquia
- TObject
- TExprParser
Visão Geral
Métodos
![]() |
Constructor Create; |
![]() |
Destructor Destroy; Override; |
![]() |
Function Eval: Boolean; Overload; |
![]() |
Function Eval(Const AExpression : String) : Boolean; Overload; |
Propriedades
![]() |
property Expression : String Read FExpression Write SetExpression; |
![]() |
property OnGetVariable : TOnGetVariableValue Read FOnGetVariable Write FOnGetVariable; |
![]() |
property OnExecuteFunction : TOnExecuteFunction Read FOnExecuteFunction Write FOnExecuteFunction; |
![]() |
property ErrorMessage : String Read FErrorMessage; |
![]() |
property Value : Variant Read FValue; |
![]() |
property EnableWildcardMatching : Boolean Read FEnableWildcardMatching Write FEnableWildcardMatching; |
![]() |
property CaseInsensitive : Boolean Read FCaseInsensitive Write SetCaseInsensitive; |
Descrição
Métodos
![]() |
Constructor Create; |
![]() |
Destructor Destroy; Override; |
![]() |
Function Eval: Boolean; Overload; |
![]() |
Function Eval(Const AExpression : String) : Boolean; Overload; |
Propriedades
![]() |
property Expression : String Read FExpression Write SetExpression; |
![]() |
property OnGetVariable : TOnGetVariableValue Read FOnGetVariable Write FOnGetVariable; |
![]() |
property OnExecuteFunction : TOnExecuteFunction Read FOnExecuteFunction Write FOnExecuteFunction; |
![]() |
property ErrorMessage : String Read FErrorMessage; |
![]() |
property Value : Variant Read FValue; |
![]() |
property EnableWildcardMatching : Boolean Read FEnableWildcardMatching Write FEnableWildcardMatching; |
![]() |
property CaseInsensitive : Boolean Read FCaseInsensitive Write SetCaseInsensitive; |
Gerado por PasDoc 0.16.0.