TTMSFNCWXHTMLMemoMiscButtons Class
Controls which miscellaneous buttons appear on the editor toolbar, such as the undo, redo and code-view buttons.
API unit family: TMSFNCWXHTMLMemo
Inherits from: TPersistent
Syntax
TTMSFNCWXHTMLMemoMiscButtons = class(TPersistent)
Properties
| Name | Description |
|---|---|
| BtCodeView | When True, shows the code-view button that toggles the raw HTML source view. |
| BtRedo | When True, shows the redo button on the toolbar. |
| BtUndo | When True, shows the undo button on the toolbar. |
Events
| Name | Description |
|---|---|
| OnChanged | Occurs when any of the miscellaneous button settings change. |