Data.SqlExpr.TSQLMonitor.SQLConnection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SQLConnection: TSQLConnection read FSQLConnection write SetSQLConnection;

C++

__property TSQLConnection* SQLConnection = {read=FSQLConnection, write=SetSQLConnection};

Properties

Type Visibility Source Unit Parent
property published
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr TSQLMonitor

Description

Specifies the connection components whose messages are to be monitored.

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.

See Also