Data.SqlExpr.TSQLMonitor.SQLConnection

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Data.SqlExpr.pas
Data.SqlExpr.hpp
Unit: Data.SqlExpr
Parent: TSQLMonitor

Delphi

property SQLConnection: TSQLConnection read FSQLConnection write SetSQLConnection;

C++

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

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