Table of Contents

TTMSFNCWXHTMLMemoFontButtons Class

Controls which font and character-formatting buttons appear on the editor toolbar, such as font name, font size, color, bold, italic, underline, strike-through and clear-formatting buttons.

API unit family: TMSFNCWXHTMLMemo Inherits from: TPersistent

Syntax

TTMSFNCWXHTMLMemoFontButtons = class(TPersistent)

Properties

Name Description
BtBold When True, shows the bold button on the toolbar.
BtClear When True, shows the clear-formatting button on the toolbar.
BtColor When True, shows the text and highlight color buttons on the toolbar.
BtFontName When True, shows the font-name selector on the toolbar.
BtFontSize When True, shows the font-size selector on the toolbar.
BtItalic When True, shows the italic button on the toolbar.
BtStrikeThrough When True, shows the strike-through button on the toolbar.
BtUnderline When True, shows the underline button on the toolbar.

Events

Name Description
OnChanged Occurs when any of the font-formatting button settings change.