MyDAC

TDADump.Debug Property

Used to display the statement that is being executed and the values and types of its parameters.

Class

TDADump

Syntax

property Debug: boolean default False;

Remarks

Set the Debug property to True to display the statement that is being executed and the values and types of its parameters.

You should add the MyDacVcl unit to the uses clause of any unit in your project to make the Debug property work.

Note: If TMySQLMonitor is used in the project and the TMySQLMonitor.Active property is set to False, the debug window is not displayed.

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback