TiPlotToolBar.ShowZoomInOutButtons

TiPlotToolBar See Also

Specifies whether the ZoomIn and ZoomOut buttons are shown in the toolbar.

property ShowZoomInOutButtons : Boolean;

Description

Use ShowZoomInOutButtons to specify whether the ZoomIn and ZoomOut buttons are shown in the toolbar.

Example

Delphi

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

C++ Builder

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

Contents | Index | Previous | Next