Used to display SQL statements being executed with their parameter values and data types.
property Debug: boolean;
Set the Debug property to True to display SQL statements being executed with their parameter values and data types.
Note: To use this property you should explicitly include OdacVcl (OdacClx under Linux) unit to your project.
If TOraSQLMonitor is used in the project and the TOraSQLMonitor.Active property is set to False, the debug window is not displayed.