TiPlotToolBar.ShowSaveButton
TiPlotToolBar See Also
Specifies whether the Save button is shown in the toolbar.
property ShowSaveButton : Boolean;
Description
Use ShowSaveButton to specify whether the Save button is shown in the toolbar.
Example
Delphi
iComponent.ToolBar[0].ShowSaveButton := True;
C++ Builder
iComponent->ToolBar[0]->ShowSaveButton = True;
Contents | Index | Previous | Next