Visible Property (Read/Write)

Top  Previous  Next

Activates or deactivates Trace Viewer window. It can be used at the same time you are developing an Integration Pack application, helping about host events that happen when application code is running. Trace Viewer window helps to follow those host events as you modify application's code.

 

Host Integration Pack TN Bridge Vb.net C# Delphi ActiveX TRace Services Visible Property

Visual Basic Syntax

 

TNBTrace.Visible [= Boolean]

 

Delphi Syntax

 

TNBTrace.Visible; [:= Boolean]

 

 

Remarks

 

If you set the value of this property at design time to True, Trace Viewer window is shown before you run Integration Pack application, and will be prepared to show hosts events at application run-time.

Default value is False.

 

See also ShowTrace and HideTrace methods.