TTMSFNCFindDialog Class
Find dialog component that can search a target control through events or ITMSFNCFind.
API unit family: TMSFNCFindDialog
Inherits from: TTMSFNCCustomFindDialog
Syntax
TTMSFNCFindDialog = class(TTMSFNCCustomFindDialog)
Properties
| Name | Description |
|---|---|
| AutoHistory | Gets or sets whether non-empty find text is stored in the history when the dialog closes. (inherited from TTMSFNCCustomFindDialog) |
| FindList | Gets or sets the list of previous find text values shown in the combo box. (inherited from TTMSFNCCustomFindDialog) |
| FindText | Gets or sets the current text to find. (inherited from TTMSFNCCustomFindDialog) |
| Options | Gets or sets behavior flags for search direction, matching, buttons, and expansion state. (inherited from TTMSFNCCustomFindDialog) |
| UILanguage | Gets or sets the localizable labels used by the dialog. (inherited from TTMSFNCCustomFindDialog) |
| VisibleOptions | Gets or sets which controls are visible in the dialog. (inherited from TTMSFNCCustomFindDialog) |
Events
| Name | Description |
|---|---|
| OnFind | Occurs when the dialog requests a find operation. (inherited from TTMSFNCCustomFindDialog) |
| OnFindEditChange | Occurs when the current find text changes. (inherited from TTMSFNCCustomFindDialog) |
| OnFindNext | Occurs when the dialog requests the next matching occurrence. (inherited from TTMSFNCCustomFindDialog) |
| OnSetMarker | Occurs when the dialog requests a marker at the current match or position. (inherited from TTMSFNCCustomFindDialog) |