TTMSFNCDataGridRenderer.OnGetInplaceEditorProperties Event
Fired to let the application configure the in-place editor after it has been created.
API unit family: TMSFNCDataGridRenderer
Declaring type: TTMSFNCDataGridRenderer
Syntax
OnGetInplaceEditorProperties: TTMSFNCDataGridGetInplaceEditorPropertiesEvent;
Parameters
| Name | Description |
|---|---|
Sender |
Renderer that fired the event. |
ACell |
Cell coordinate being edited. |
AInplaceEditor |
In-place editor instance to configure. |
AInplaceEditorType |
Editor type selected for the cell. |