TiScope.HideControlPanels

TiScope

Used to show or hide the Scope Control Panels.

property
HideControlPanels : Boolean;

Description

Use HideControlPanels to to show or hide the Scope Control Panels. Setting this property to FALSE is useful where you wish to implement your own external control panel, and just want the Scope control to simply be a Scope Display with no built-in control panel.

Example

Delphi

iComponent.HideControlPanels := True;

C++ Builder

iComponent->HideControlPanels = True;

Contents | Index | Previous | Next