TTMSFNCDataGridRenderer.OnCellEditSetData Event
Fired when the in-place editor writes its value back. Use this to persist the edited value to an external source.
API unit family: TMSFNCDataGridRenderer
Declaring type: TTMSFNCDataGridRenderer
Syntax
OnCellEditSetData: TTMSFNCDataGridCellEditSetDataEvent;
Parameters
| Name | Description |
|---|---|
Sender |
Renderer that fired the event. |
ACell |
Cell coordinate being edited. |
AInplaceEditor |
In-place editor that produced the value. |
AValue |
Value to store for the cell. |