TTMSFNCDataGridRenderer.OnAfterOpenInplaceEditor Event
Fired after an in-place editor has been opened and initialised with a cell value.
API unit family: TMSFNCDataGridRenderer
Declaring type: TTMSFNCDataGridRenderer
Syntax
OnAfterOpenInplaceEditor: TTMSFNCDataGridAfterOpenInplaceEditorEvent;
Parameters
| Name | Description |
|---|---|
Sender |
Renderer that fired the event. |
ACell |
Cell being edited. |
AInplaceEditor |
Editor control that was opened. |
AValue |
Initial value assigned to the editor. |