Table of Contents

TTMSFNCWXHTMLMemoButtons Class

Aggregates the toolbar button groups of the HTML memo editor: font formatting, paragraph formatting, insert actions and miscellaneous actions. Use the grouped sub-objects to enable or disable individual buttons.

API unit family: TMSFNCWXHTMLMemo Inherits from: TPersistent

Syntax

TTMSFNCWXHTMLMemoButtons = class(TPersistent)

Properties

Name Description
FontStyle Provides access to the font and character-formatting buttons.
Insert Provides access to the insert-action buttons (picture, link, video, table, rule).
Misc Provides access to the miscellaneous buttons (undo, redo, code view).
Paragraph Provides access to the paragraph-formatting buttons (style, lists, alignment).

Events

Name Description
OnChanged Occurs when any contained button group changes.