Table of Contents

TTMSFNCFilterViewExpressionValueEdit Class

Edits a filter expression value and operator through an edit box and operator selector.

API unit family: TMSFNCFilterView Inherits from: TTMSFNCCustomFilterViewSimpleItemControl

Syntax

TTMSFNCFilterViewExpressionValueEdit = class(TTMSFNCCustomFilterViewSimpleItemControl)

Properties

Name Description
FilterComboBox Gets or sets the combo box used to choose the expression operator.
FilterEdit Gets or sets the edit control used to enter the expression value text.
FilterExpression Gets or sets the expression edited by the control. (inherited from TTMSFNCCustomFilterViewSimpleItemControl)
FilterLabel Gets or sets the label that displays the expression field name.
ShowNameLabel Indicates whether the editor shows the field-name label.
UILanguage Gets or sets localized text used by the expression value editor.

Events

Name Description
OnSetFilterItem Occurs before resolved expression parameters are applied to the generated filter item. (inherited from TTMSFNCCustomFilterViewSimpleItemControl)

Used by