TTMSFNCDataGridRenderer.OnAfterDialogFind Event
Fired after the Find dialog completes a search, with the result cell and a found flag.
API unit family: TMSFNCDataGridRenderer
Declaring type: TTMSFNCDataGridRenderer
Syntax
OnAfterDialogFind: TTMSFNCDataGridAfterDialogFindEvent;
Parameters
| Name | Description |
|---|---|
Sender |
Renderer that fired the event. |
AFindText |
Text that was searched. |
AResultCell |
Cell coordinate found by the search. |
AFound |
True when the search found a matching cell. |