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
TNBnnnn.Debug [= Boolean]
Delphi Syntax
TNBnnnn.Debug [:= Boolean];
The following are possible values for Debug property:
Remarks
By default, the debug file is saved in the application directory. You can change the directory by setting the DebugDir property.
Default value is False.
See also DebugDir property.
|