TiScopeToolBar.DoButtonClickCopy
TiScopeToolBar
Clicks the Copy button on the ToolBar.
procedure DoButtonClickCopy;
Description
Call DoButtonClickCopy to toggle the Copy Button on the ToolBar, copying a
metafile image of the display to the clipboard. 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 Scope Component.
Example
Delphi
iComponent.ToolBar.DoButtonClickCopy; //Clicks the Copy Button
C++ Builder
iComponent->ToolBar->DoButtonClickCopy(); //Clicks the Copy Button
Contents | Index | Previous | Next