TTMSFNCDataGridRenderer.EvaluateRowExpression Method
Evaluates a filter expression against the specified row for expression-based conditional-formatting rules.
API unit family: TMSFNCDataGridRenderer
Declaring type: TTMSFNCDataGridRenderer
Syntax
function EvaluateRowExpression(const AExpression: string; ARow: Integer): Boolean;
Parameters
| Name | Description |
|---|---|
AExpression |
The expression to evaluate. |
ARow |
Zero-based row index the expression is evaluated against. |
Returns
True when the expression matches the row.