TiScopeDisplay.TextShow

TiScopeDisplay

Specifies whether the Informational display text is shown on the bottom of the Display.

property TextShow : Boolean

Description

Use TextShow to specify whether the Chanel and TimeBase Information display text is shown on the display.

Example

Delphi

iComponent.Display.TextShow := True;

C++ Builder

iComponent->Display->TextShow = True;

Contents | Index | Previous | Next