TTMSFNCWXHTMLMemo is a WYSIWYG HTML editor built on the Summernote JavaScript library and hosted in an embedded web control. It lets users compose and format rich content visually through a configurable toolbar, while exposing every formatting command as a Pascal method so you can build a fully custom editing experience and drive it from code. Content is always exchanged as HTML, with a tag-free plain-text view available alongside it.
These chapters break the component down by task. If you are new to the editor, start with Getting started for a minimal setup, then read Loading and saving HTML and Configuring the toolbar — those three cover the most common workflows. The remaining chapters go deeper into code-driven formatting, appearance, events, deployment, and building your own toolbar.