HideTrace Method

Top  Previous  Next

Hides Trace Viewer window. It can be used at the same time you are developing an Integration Pack application, helping you with host events that happen when application code is running.

 

Visual Basic Syntax

 

TNBTrace.HideTrace

 

Delphi Syntax

 

TNBTrace.HideTrace;

 

 

Remarks

 

This method is used in developing Integration Pack's application process.

 

See also ShowTrace method and Visible property.