TTMSFNCDataGridRenderer.OnBeforeInplaceEditorSetValue Event
Fired before the in-place editor writes its value back to the grid, allowing the application to transform or reject the value.
API unit family: TMSFNCDataGridRenderer
Declaring type: TTMSFNCDataGridRenderer
Syntax
OnBeforeInplaceEditorSetValue: TTMSFNCDataGridBeforeInplaceEditorSetValueEvent;
Parameters
| Name | Description |
|---|---|
Sender |
Renderer that fired the event. |
ACell |
Cell that will receive the editor value. |
AInplaceEditor |
Editor control providing the value. |
AValue |
Value that can be adjusted before it is stored. |
AHandled |
Set to True when the application stores the value itself. |