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 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. |