Toolbar that exposes clipboard actions such as cut, copy, paste, undo, and redo.
API unit family: TMSFNCToolBars
Inherits from: TTMSFNCToolBarBase
Syntax
TTMSFNCClipboardToolBar = 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 clipboard controls are visible. |
Methods
| Name |
Description |
| CopyButton |
Returns the copy button. |
| CutButton |
Returns the cut button. |
| Notify |
Called when the bound editor or control state changes; override to update toolbar button states accordingly. (inherited from TTMSFNCToolBarBase) |
| PasteButton |
Returns the paste button. |
| RedoButton |
Returns the redo button. |
| Separator |
Returns the clipboard toolbar separator. |
| UndoButton |
Returns the undo button. |
Events
| Name |
Description |
| OnCopy |
Occurs when the copy action is applied. |
| OnCut |
Occurs when the cut action is applied. |
| OnPaste |
Occurs when the paste action is applied. |
| OnRedo |
Occurs when the redo action is applied. |
| OnUndo |
Occurs when the undo action is applied. |
Used by