TiScope.TimeBase

TiScope

Used to access the TimeBase object.

property TimeBase : TiScopeTimeBase;

Description

Use TimeBase to access the TimeBase object. There can be only one TimeBase object.

Example

Delphi

iComponent.TimeBase.TitleText := 'Channel 1';

C++ Builder

iComponent->TimeBase->TitleText = "Channel 1";

Note: Index is zero based.

Contents | Index | Previous | Next