TTMSFNCToolBarBase Class
Base toolbar that binds toolbar actions to a supported editor or control.
API unit family: TMSFNCToolBars
Inherits from: TTMSFNCCustomToolBar
Implements: ITMSFNCToolBarNotification
Syntax
TTMSFNCToolBarBase = class(TTMSFNCCustomToolBar, ITMSFNCToolBarNotification)
Properties
| Name | Description |
|---|---|
| BlockBuildControls | Controls whether toolbar controls are created during toolbar initialization. |
| Control | Gets or sets the control that receives toolbar actions. |
Methods
| Name | Description |
|---|---|
| Notify | Called when the bound editor or control state changes; override to update toolbar button states accordingly. |