Debug Property (Read/Write) |
Top Previous Next |
Allows the generation of trace information for debugging purposes. The debugging can help you to track down both, errors and logic information.
Visual Basic Syntax
Tnb3287X.Debug [= Boolean]
Delphi Syntax
Tnb3287X.Debug; [:= Boolean]
Remarks
The following are possible values for Debug property:
Default value is False.
By default, the debug file is saved in the application directory. You can change the directory by setting the DebugDir property.
See also DebugDir property.
|