TTMSFNCFilterViewExpressions.GetExpressionByPropertyValue Method
Returns the expression that matches a property value.
API unit family: TMSFNCFilterView
Declaring type: TTMSFNCFilterViewExpressions
Syntax
function GetExpressionByPropertyValue(APropertyValue: string): TTMSFNCFilterViewExpression;
Parameters
| Name | Description |
|---|---|
APropertyValue |
Property value to search for. |
Returns
The matching expression, or nil when no expression is found.