TTMSFNCDataGridRenderer.OnBeforeDialogFind Event
Fired before the Find dialog executes a search. Allows customisation of search parameters or cancellation.
API unit family: TMSFNCDataGridRenderer
Declaring type: TTMSFNCDataGridRenderer
Syntax
OnBeforeDialogFind: TTMSFNCDataGridBeforeDialogFindEvent;
Parameters
| Name | Description |
|---|---|
Sender |
Renderer that fired the event. |
AFindText |
Text that will be searched. |
AParameters |
Search parameters that can be adjusted before the search runs. |
ACanFind |
Set to False to cancel the find operation. |