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