Table of Contents

TTMSFNCRichEditorEditToolBar Class

Toolbar that provides file open/save, cut, copy, paste, undo, and redo buttons for a bound TTMSFNCRichEditor.

API unit family: TMSFNCRichEditorToolBar Inherits from: TTMSFNCRichEditorToolBar

Syntax

TTMSFNCRichEditorEditToolBar = class(TTMSFNCRichEditorToolBar)

Properties

Name Description
BlockBuildControls Prevents toolbar controls from being built while the value is True. (inherited from TTMSFNCRichEditorToolBar)
Options Set of buttons visible in the toolbar; remove members to hide individual buttons.
RichEditor Specifies the rich editor instance controlled by the toolbar. (inherited from TTMSFNCRichEditorToolBar)

Methods

Name Description
CopyButton Returns the copy button.
CutButton Returns the cut button.
FirstSeparator Returns the first separator control in the toolbar.
OpenFileButton Returns the open-file button.
PasteButton Returns the paste button.
RedoButton Returns the redo button.
SaveFileButton Returns the save-file button.
SecondSeparator Returns the second separator control in the toolbar.
UndoButton Returns the undo button.

Events

Name Description
OnCopy Fires when the user clicks the copy button.
OnCut Fires when the user clicks the cut button.
OnOpenFile Fires when the user clicks the open-file button.
OnPaste Fires when the user clicks the paste button.
OnRedo Fires when the user clicks the redo button.
OnSaveFile Fires when the user clicks the save-file button.
OnUndo Fires when the user clicks the undo button.

Used by