| BeginUpdate |
Begins a batch of changes, suspending re-initialization until the matching EndUpdate call. (inherited from TTMSFNCWXCustomHTMLMemo) |
| Clear |
Removes all content from the editor, leaving it empty. (inherited from TTMSFNCWXCustomHTMLMemo) |
| EndUpdate |
Ends a batch of changes started with BeginUpdate and applies any pending updates. (inherited from TTMSFNCWXCustomHTMLMemo) |
| FormatToParagraphs |
Wraps the current selection or block in paragraph formatting. (inherited from TTMSFNCWXCustomHTMLMemo) |
| Indent |
Increases the indentation level of the current paragraph. (inherited from TTMSFNCWXCustomHTMLMemo) |
| InsertList |
Inserts a list at the caret position. (inherited from TTMSFNCWXCustomHTMLMemo) |
| InsertParagraph |
Inserts a new paragraph at the caret position. (inherited from TTMSFNCWXCustomHTMLMemo) |
| InsertText |
Inserts plain text at the caret position. (inherited from TTMSFNCWXCustomHTMLMemo) |
| JustifyCenter |
Centers the current paragraph. (inherited from TTMSFNCWXCustomHTMLMemo) |
| JustifyFull |
Justifies the current paragraph so that text aligns to both margins. (inherited from TTMSFNCWXCustomHTMLMemo) |
| JustifyLeft |
Aligns the current paragraph to the left. (inherited from TTMSFNCWXCustomHTMLMemo) |
| JustifyRight |
Aligns the current paragraph to the right. (inherited from TTMSFNCWXCustomHTMLMemo) |
| LoadFromHTMLFile |
Loads content from an HTML file, extracting the body markup when a full document is provided. (inherited from TTMSFNCWXCustomHTMLMemo) |
| LoadFromHTMLStream |
Loads content from a stream containing HTML, extracting the body markup when a full document is provided. (inherited from TTMSFNCWXCustomHTMLMemo) |
| LoadHtmlContent |
Loads HTML markup into the editor, optionally converting line breaks and escaping back-slashes. (inherited from TTMSFNCWXCustomHTMLMemo) |
| Outdent |
Decreases the indentation level of the current paragraph. (inherited from TTMSFNCWXCustomHTMLMemo) |
| PasteHTML |
Pastes HTML markup at the caret position, preserving its formatting. (inherited from TTMSFNCWXCustomHTMLMemo) |
| Redo |
Reapplies the most recently undone editing action. (inherited from TTMSFNCWXCustomHTMLMemo) |
| RemoveFormat |
Removes all character formatting from the current selection. (inherited from TTMSFNCWXCustomHTMLMemo) |
| ResetContent |
Resets the editor content to its initial empty state and clears the undo history. (inherited from TTMSFNCWXCustomHTMLMemo) |
| SaveAsHTMLFile |
Saves the current content as an HTML file. (inherited from TTMSFNCWXCustomHTMLMemo) |
| SaveAsHTMLStream |
Saves the current content as HTML to a stream. (inherited from TTMSFNCWXCustomHTMLMemo) |
| SetFontName |
Sets the font family of the current selection or at the caret position. (inherited from TTMSFNCWXCustomHTMLMemo) |
| SetFontSize |
Sets the font size of the current selection or at the caret position. (inherited from TTMSFNCWXCustomHTMLMemo) |
| SetLineHeight |
Sets the line height of the current paragraph. (inherited from TTMSFNCWXCustomHTMLMemo) |
| TextBold |
Toggles bold formatting on the current selection or at the caret position. (inherited from TTMSFNCWXCustomHTMLMemo) |
| TextItalic |
Toggles italic formatting on the current selection or at the caret position. (inherited from TTMSFNCWXCustomHTMLMemo) |
| TextStrikeThrough |
Toggles strike-through formatting on the current selection or at the caret position. (inherited from TTMSFNCWXCustomHTMLMemo) |
| TextUnderline |
Toggles underline formatting on the current selection or at the caret position. (inherited from TTMSFNCWXCustomHTMLMemo) |
| ToggleCodeview |
Toggles between the visual editing view and the raw HTML source (code) view. (inherited from TTMSFNCWXCustomHTMLMemo) |
| Undo |
Reverts the most recent editing action. (inherited from TTMSFNCWXCustomHTMLMemo) |