TiPlotToolBar.DoButtonClickSave

TiPlotToolBar See Also

Clicks the Save button on the toolbar.

procedure DoButtonClickSave;

Description

Call DoButtonClickSave to toggle the Save Button on the toolbar. This method performs the same action as if the user had clicked on the Save Button. This method is useful for implementing a toolbar outside of the Plot Component.

The Save button saves an image of the chart to a metafile, minus the toolbar.

Example

Delphi

iComponent.ToolBar[0].DoButtonClickSave(); //Clicks the Save Button

C++ Builder

iComponent->ToolBar[0]->DoButtonClickSave(); //Clicks the Save Button

Contents | Index | Previous | Next