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