TTMSFNCFilterBuilderExpressionCheckInfo Record
Holds the validation result and per-error counts returned by CheckFilterBuilderExpression.
API unit family: TMS.TMSFNCFilterBuilder
Syntax
TTMSFNCFilterBuilderExpressionCheckInfo = record
Fields and properties
| Name | Type | Description |
|---|---|---|
ErrorInvalidExpression |
Integer |
Number of structurally invalid expressions detected. |
ErrorOperatorMismatch |
Integer |
Number of mixed group operators detected within a single group. |
ErrorOperatorPosition |
Integer |
Number of operators found in an invalid position. |
ErrorParenthesis |
Integer |
Number of mismatched parentheses found during parsing. |
IsValid |
Boolean |
True when the expression passed all validation checks. |