VirtualDAC

TMonitorOption Enumeration

Used to define where information from SQLMonitor will be dispalyed.

Unit

DASQLMonitor

Syntax

TMonitorOption = (moDialog, moSQLMonitor, moDBMonitor, moCustom, moHandled);

Values

Value Meaning
moCustom Monitoring of SQL for individual components is allowed. Set Debug properties in SQL-related components to True to let TCustomDASQLMonitor instance to monitor their behavior. Has effect when moDialog is included.
moDBMonitor Debug information is displayed in A:Using_DBMonitor.
moDialog Debug information is displayed in debug window.
moHandled Component handle is included into the event description string.
moSQLMonitor Debug information is displayed in Borland SQL Monitor.

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