TTMSFNCHTMLEditor Class
Non-visual component that displays a modal HTML editing dialog. The dialog contains a toolbar with formatting commands and a memo for raw HTML editing. Call
Executeto open the dialog and readTextfor the resulting HTML.
API unit family: TMSFNCHTMLEditor
Inherits from: TTMSFNCCustomComponent
Syntax
TTMSFNCHTMLEditor = class(TTMSFNCCustomComponent)
Properties
| Name | Description |
|---|---|
| BitmapContainer | Optional bitmap container used to resolve named bitmaps referenced inside the HTML content being edited. |
| Text | The HTML content to be edited. Set before calling Execute to pre-populate the dialog; read after to retrieve the final HTML. |
Methods
| Name | Description |
|---|---|
| Execute | Opens the HTML editing dialog asynchronously. The optional AProc callback is invoked with the modal result when the dialog closes. |