Table of Contents

Getting Started with TMS FNC HTML Editor

Use TTMSFNCHTMLEditor when users need a dialog-based editor for HTML-capable text with a live preview and formatting commands.

Create an HTML Editor

  1. Create or drop TTMSFNCHTMLEditor.
  2. Set Text to the HTML content to edit.
  3. Assign BitmapContainer when the content can include named images.
  4. Call Execute to open the editor.
  5. Read Text after the dialog closes.
TMSFNCHTMLEditor1.Text := TMSFNCHTMLText1.Text;

if TMSFNCHTMLEditor1.Execute = mrOK then
  TMSFNCHTMLText1.Text := TMSFNCHTMLEditor1.Text;

Next Steps

Task Guide
Edit and retrieve HTML text Editing HTML text
Use bitmap-container images in edited content Editing HTML text