RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSQLMonitor.SQLConnection Property

Specifies the connection components whose messages are to be monitored.

Pascal
property SQLConnection: TSQLConnection;
C++
__property TSQLConnection SQLConnection;

Set SQLConnection to identify the TSQLConnection component whose communication with a database server you want to monitor.

Note: Changing the value of SQLConnection automatically sets the Active property to false.
 

Active 

Debugging dbExpress Applications

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!