TTMSFNCWXHTMLMemoInsertButtons Class
Controls which insert-related buttons appear on the editor toolbar, such as the picture, link, video, table and horizontal-rule buttons.
API unit family: TMSFNCWXHTMLMemo
Inherits from: TPersistent
Syntax
TTMSFNCWXHTMLMemoInsertButtons = class(TPersistent)
Properties
| Name | Description |
|---|---|
| BtHr | When True, shows the button that inserts a horizontal rule into the content. |
| BtLink | When True, shows the button that inserts a hyperlink into the content. |
| BtPicture | When True, shows the button that inserts a picture into the content. |
| BtTable | When True, shows the button that inserts a table into the content. |
| BtVideo | When True, shows the button that inserts a video into the content. |
Events
| Name | Description |
|---|---|
| OnChanged | Occurs when any of the insert button settings change. |