TTMSFNCDataGridRenderer.OnBeforeDialogReplace Event
Fired before the Replace dialog executes a replace operation.
API unit family: TMSFNCDataGridRenderer
Declaring type: TTMSFNCDataGridRenderer
Syntax
OnBeforeDialogReplace: TTMSFNCDataGridBeforeDialogReplaceEvent;
Parameters
| Name | Description |
|---|---|
Sender |
Renderer that fired the event. |
AFindText |
Text that will be searched. |
AReplaceText |
Replacement text. |
AParameters |
Search parameters that can be adjusted before replacement. |
ACanReplace |
Set to False to cancel the replace operation. |