Toolbar that exposes file open and save actions.
API unit family: TMSFNCToolBars
Inherits from: TTMSFNCToolBarBase
Syntax
TTMSFNCFileIOToolBar = 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 file I/O controls are visible. |
Methods
| Name |
Description |
| Notify |
Called when the bound editor or control state changes; override to update toolbar button states accordingly. (inherited from TTMSFNCToolBarBase) |
| OpenFileButton |
Returns the open file button. |
| SaveFileButton |
Returns the save file button. |
Events
| Name |
Description |
| OnOpenFile |
Occurs when the open file action is applied. |
| OnSaveFile |
Occurs when the save file action is applied. |
Used by