TTMSFNCFilterViewExpression Class
Represents a named filter expression matched to a UI property value.
API unit family: TMSFNCFilterView
Inherits from: TTMSFNCFilterViewSimpleExpression
Syntax
TTMSFNCFilterViewExpression = class(TTMSFNCFilterViewSimpleExpression)
Properties
| Name | Description |
|---|---|
| AddToFilter | Indicates whether this expression creates or updates a filter item when selected. (inherited from TTMSFNCFilterViewSimpleExpression) |
| ExpressionOperator | Gets or sets the operator used when the expression is added to the filter structure. (inherited from TTMSFNCFilterViewSimpleExpression) |
| FilterFieldName | Gets or sets the field name used when the expression creates a filter item. (inherited from TTMSFNCFilterViewSimpleExpression) |
| FilterFieldType | Gets or sets the data type used to interpret the expression value. (inherited from TTMSFNCFilterViewSimpleExpression) |
| FilterValue | Gets or sets the typed value assigned to the filter expression. (inherited from TTMSFNCFilterViewSimpleExpression) |
| FilterValueText | Gets or sets the textual representation of the expression value. (inherited from TTMSFNCFilterViewSimpleExpression) |
| PropertyValue | Gets or sets the UI property value that identifies this expression. (inherited from TTMSFNCFilterViewCustomExpression) |
Events
| Name | Description |
|---|---|
| OnChanged | Occurs when the expression settings change. (inherited from TTMSFNCFilterViewSimpleExpression) |