TiScopeTrigger.Auto

TiScopeTrigger

Specifies whether the Trigger is Automatic or Manual.

property Auto : Integer;

Description

Use Auto to specify whether the Trigger is Automatic or Manual.

If this value is TRUE, then the Trigger will automatically be evaluated whenever DataBlockEnd is called.

If this value is FALSE, then you must manually evaluate the Trigger by pressing the trigger button in the Trigger section of the Scope Panel.

ScopeManualTrigger.gif

Example

Delphi

iComponent.Trigger.Auto := True;

C++ Builder

iComponent->Trigger->Auto = True;

Contents | Index | Previous | Next