TTMSFNCDataGridRenderer.OnBeforeShowFindDialog Event
Fired before the Find dialog is shown.
API unit family: TMSFNCDataGridRenderer
Declaring type: TTMSFNCDataGridRenderer
Syntax
OnBeforeShowFindDialog: TTMSFNCDataGridBeforeShowFindDialogEvent;
Parameters
| Name | Description |
|---|---|
Sender |
Renderer that fired the event. |
AFindDialog |
Find dialog instance that will be shown. |
ACanShow |
Set to False to suppress the dialog. |