Table of Contents

TTMSFNCFilterViewSimpleExpression Class

Represents a filter expression that can be exposed by a filter-view item control.

API unit family: TMSFNCFilterView Inherits from: TTMSFNCFilterViewCustomExpression

Syntax

TTMSFNCFilterViewSimpleExpression = class(TTMSFNCFilterViewCustomExpression)

Properties

Name Description
AddToFilter Indicates whether this expression creates or updates a filter item when selected. (inherited from TTMSFNCFilterViewCustomExpression)
ExpressionOperator Gets or sets the operator used when the expression is added to the filter structure. (inherited from TTMSFNCFilterViewCustomExpression)
FilterFieldName Gets or sets the field name used when the expression creates a filter item. (inherited from TTMSFNCFilterViewCustomExpression)
FilterFieldType Gets or sets the data type used to interpret the expression value. (inherited from TTMSFNCFilterViewCustomExpression)
FilterValue Gets or sets the typed value assigned to the filter expression. (inherited from TTMSFNCFilterViewCustomExpression)
FilterValueText Gets or sets the textual representation of the expression value. (inherited from TTMSFNCFilterViewCustomExpression)

Events

Name Description
OnChanged Occurs when the expression settings change. (inherited from TTMSFNCFilterViewCustomExpression)