TTMSFNCDataGridRenderer.OnBeforeCloseInplaceEditor Event
Fired before an in-place editor is closed. Allows final validation or cancellation. Set
ACanCloseto False to keep the editor open.
API unit family: TMSFNCDataGridRenderer
Declaring type: TTMSFNCDataGridRenderer
Syntax
OnBeforeCloseInplaceEditor: TTMSFNCDataGridBeforeCloseInplaceEditorEvent;
Parameters
| Name | Description |
|---|---|
Sender |
Renderer that fired the event. |
ACell |
Cell whose editor is closing. |
AInplaceEditor |
Editor control that is closing. |
ACancelled |
True when the close operation cancels editing. |
AValue |
Value that can be adjusted before the editor closes. |
ACanClose |
Set to False to keep the editor open. |