TiPlotToolBar.DoButtonClickCopy
TiPlotToolBar See Also
Clicks the Copy button on the toolbar.
procedure DoButtonClickCopy;
Description
Call DoButtonClickCopy to toggle the Copy Button on the toolbar. This method
performs the same action as if the user had clicked on the Copy Button. This
method is useful for implementing a toolbar outside of the Plot Component.
The Copy button copies a metafile image of the chart to the clipboard, minus
the toolbar.
Example
Delphi
iComponent.ToolBar[0].DoButtonClickCopy(); //Clicks the Copy Button
C++ Builder
iComponent->ToolBar[0]->DoButtonClickCopy(); //Clicks the Copy Button
Contents | Index | Previous | Next