TiPlotToolBar.ShowPrintButton

TiPlotToolBar See Also

Specifies whether the Print button is shown in the toolbar.

property ShowPrintButton : Boolean;

Description

Use ShowPrintButton to specify whether the Print button is shown in the toolbar.

Example

Delphi

iComponent.ToolBar[0].ShowPrintButton := True;

C++ Builder

iComponent->ToolBar[0]->ShowPrintButton = True;

Contents | Index | Previous | Next