ShowTrace Method |
Top Previous Next |
Shows 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.
Visual Basic Syntax
TNBXTrace.ShowTrace
Delphi Syntax
TNBXTrace.ShowTrace;
Remarks
This method is used in developing Integration Pack's application process.
See also HideTrace method and Visible property.
|