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
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