TTMSFNCBloxSetInplaceEditorDataEvent Event Type
Lets the handler provide or adjust the text shown in the in-place editor when editing of an element begins.
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 current text; the handler may change it to seed the editor with different content. |