TTMSFNCDataGridRenderer.OnBeforeInplaceEditorGetValue Event
Fired before the in-place editor reads its value from the grid, allowing the application to supply a custom value.
API unit family: TMSFNCDataGridRenderer
Declaring type: TTMSFNCDataGridRenderer
Syntax
OnBeforeInplaceEditorGetValue: TTMSFNCDataGridBeforeInplaceEditorGetValueEvent;
Parameters
| Name | Description |
|---|---|
Sender |
Renderer that fired the event. |
ACell |
Cell whose value will be read by the editor. |
AInplaceEditor |
Editor control requesting the value. |
AValue |
Value that can be supplied to the editor. |
AHandled |
Set to True when the application supplies the value. |