TTMSFNCDataGridRenderer.OnBeforeExitInplaceEditor Event
Fired before the in-place editor exits (loses focus). Allows changing the exit mode.
API unit family: TMSFNCDataGridRenderer
Declaring type: TTMSFNCDataGridRenderer
Syntax
OnBeforeExitInplaceEditor: TTMSFNCDataGridBeforeExitInplaceEditorEvent;
Parameters
| Name | Description |
|---|---|
Sender |
Renderer that fired the event. |
ACell |
Cell whose editor is exiting. |
AInplaceEditor |
Editor control that is exiting. |
AExitMode |
Exit mode that can be adjusted before the editor exits. |