TTMSFNCDataGridRenderer.OnGetInplaceEditorRect Event
Fired to let the application override the rectangle occupied by the in-place editor.
API unit family: TMSFNCDataGridRenderer
Declaring type: TTMSFNCDataGridRenderer
Syntax
OnGetInplaceEditorRect: TTMSFNCDataGridGetInplaceEditorRectEvent;
Parameters
| Name | Description |
|---|---|
Sender |
Renderer that fired the event. |
ACell |
Cell coordinate being edited. |
AInplaceEditor |
In-place editor instance being positioned. |
AInplaceEditorRect |
Rectangle used to position the editor. |