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

 

Tnb3812X.Debug [= Boolean]

 

Delphi Syntax

 

Tnb3812X.Debug; [:= Boolean]

 

 

Remarks

 

The following are possible values for Debug property:

 

Constant Value

Meaning

True

Enables debug information.

False

Disables debug information.

 

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.