TTMSFNCBloxSetInplaceEditorElementDataEvent Event Type
Lets the handler validate or transform the edited text when in-place editing finishes, and decide whether the change is accepted and the editor closes.
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. |
AText |
On entry the text entered by the user; the handler may modify it before it is applied to the element. |
AAllow |
Set to False to reject the entered text so the element keeps its previous value. |
AClose |
Set to False to keep the editor open so the user can continue editing. |