TTMSFNCSearchEditPopupButton Class
A search edit button that opens a category pop-up menu for filter selection.
API unit family: TMSFNCSearchEdit
Inherits from: TTMSFNCSearchEditButton
Syntax
TTMSFNCSearchEditPopupButton = class(TTMSFNCSearchEditButton)
Properties
| Name | Description |
|---|---|
| Appearance | Gets or sets the visual appearance settings for the button. (inherited from TTMSFNCSearchEditButton) |
| Bitmaps | Gets or sets the bitmap images displayed on the button. (inherited from TTMSFNCSearchEditButton) |
| PopupType | Gets or sets whether the category menu uses check or radio behavior. |
| Text | Gets or sets the caption text shown on the button. (inherited from TTMSFNCSearchEditButton) |
| TextColor | Gets or sets the color used for the button caption text. (inherited from TTMSFNCSearchEditButton) |
| Visible | When True, the button is shown; when False, the button is hidden. (inherited from TTMSFNCSearchEditButton) |
| Width | Gets or sets the button width in pixels. (inherited from TTMSFNCSearchEditButton) |
Events
| Name | Description |
|---|---|
| OnChange | Fires when any button property changes so the owning search edit can schedule a repaint. (inherited from TTMSFNCSearchEditButton) |
| OnGetAppearance | Fires to request the current visual appearance of the button. The handler can return appearance settings from an external source. (inherited from TTMSFNCSearchEditButton) |
| OnSetAppearance | Fires when the button's visual appearance is about to be updated. The handler can apply custom appearance settings before the button is drawn. (inherited from TTMSFNCSearchEditButton) |