TTMSFNCBloxSetInplaceEditorSizeEvent Event Type
Lets the handler override the bounds of the in-place editor before it is shown.
API unit family: TMSFNCBloxControl
Parameters
| Name | Description |
|---|---|
Sender |
The control raising the event. |
AElement |
The element being edited. |
AInplaceEditor |
The active in-place editor instance. |
ARect |
On entry the proposed editor bounds; the handler may change it to reposition or resize the editor. |
AAllow |
On entry True; set to False to reject the proposed bounds and keep the default sizing. |