TTMSFNCFilterBuilderExpressions.GetExpressionIndex Method
Returns the zero-based index of the given expression in the collection.
API unit family: TMS.TMSFNCFilterBuilder
Declaring type: TTMSFNCFilterBuilderExpressions
Syntax
function GetExpressionIndex(AExpression: TTMSFNCFilterBuilderExpression): Integer;
Parameters
| Name | Description |
|---|---|
AExpression |
Expression to locate. |
Returns
Index of the expression, or -1 when not found.