Table of Contents

TTMSFNCRichEditorFormatToolBar Class

Provides formatting controls for a rich editor, including font, color, alignment, lists, images, and hyperlinks.

API unit family: TMSFNCRichEditorToolBar Inherits from: TTMSFNCRichEditorToolBar

Syntax

TTMSFNCRichEditorFormatToolBar = class(TTMSFNCRichEditorToolBar)

Properties

Name Description
BlockBuildControls Prevents toolbar controls from being built while the value is True. (inherited from TTMSFNCRichEditorToolBar)
Options Specifies which formatting controls are visible in the toolbar.
RichEditor Specifies the rich editor instance controlled by the toolbar. (inherited from TTMSFNCRichEditorToolBar)

Methods

Name Description
AlignCenterButton Returns the align-center button.
AlignLeftButton Returns the align-left button.
AlignRightButton Returns the align-right button.
BackgroundColorPicker Returns the background color picker control.
BoldButton Returns the bold button.
BulletsPicker Returns the bullets picker control.
FirstSeparator Returns the first separator control.
FontNamePicker Returns the font name picker control.
FontSizePicker Returns the font size picker control.
FourthSeparator Returns the fourth separator control.
HyperlinkButton Returns the hyperlink insertion button.
ImageButton Returns the image insertion button.
IndentButton Returns the indent button.
ItalicButton Returns the italic button.
NumberingButton Returns the numbering button.
SecondSeparator Returns the second separator control.
StrikeoutButton Returns the strikeout button.
TextColorPicker Returns the text color picker control.
ThirdSeparator Returns the third separator control.
UnderlineButton Returns the underline button.
UnindentButton Returns the unindent button.

Events

Name Description
OnAlignCenter Occurs when center alignment is applied.
OnAlignLeft Occurs when left alignment is applied.
OnAlignRight Occurs when right alignment is applied.
OnApplyBackgroundColor Occurs when a background color is applied.
OnApplyBold Occurs when the bold command is applied.
OnApplyBullets Occurs when a bullet style is applied.
OnApplyFontName Occurs when a font name is applied.
OnApplyFontSize Occurs when a font size is applied.
OnApplyIndent Occurs when the indent command is applied.
OnApplyItalic Occurs when the italic command is applied.
OnApplyNumbering Occurs when the numbering command is applied.
OnApplyStrikeout Occurs when the strikeout command is applied.
OnApplyTextColor Occurs when a text color is applied.
OnApplyUnderline Occurs when the underline command is applied.
OnApplyUnindent Occurs when the unindent command is applied.
OnInsertBitmap Occurs when the insert bitmap command is invoked.
OnInsertHyperlink Occurs when the insert hyperlink command is invoked.

Used by