Table of Contents

TTMSFNCParagraphToolBar Class

Toolbar that exposes paragraph alignment, indentation, bullets, and numbering actions.

API unit family: TMSFNCToolBars Inherits from: TTMSFNCToolBarBase

Syntax

TTMSFNCParagraphToolBar = class(TTMSFNCToolBarBase)

Properties

Name Description
BlockBuildControls Controls whether toolbar controls are created during toolbar initialization. (inherited from TTMSFNCToolBarBase)
Control Gets or sets the control that receives toolbar actions. (inherited from TTMSFNCToolBarBase)
Options Gets or sets which paragraph formatting controls are visible.
Settings Gets or sets the current paragraph settings reflected by the toolbar.

Methods

Name Description
AlignCenterButton Returns the center alignment button.
AlignLeftButton Returns the left alignment button.
AlignRightButton Returns the right alignment button.
BulletsPicker Returns the bullet style picker control.
IndentButton Returns the indent button.
Notify Called when the bound editor or control state changes; override to update toolbar button states accordingly. (inherited from TTMSFNCToolBarBase)
NumberingButton Returns the numbering toggle button.
Separator Returns the paragraph toolbar separator.
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.
OnApplyBullets Occurs when a bullet style is selected.
OnApplyIndent Occurs when the indent action is applied.
OnApplyNumbering Occurs when the numbering action is applied.
OnApplyUnindent Occurs when the unindent action is applied.

Used by