Data.SqlExpr.TConnectionData.DelegateConnection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DelegateConnection: TConnectionData read FDelegateConnection write SetDelegateConnection;

C++

__property TConnectionData* DelegateConnection = {read=FDelegateConnection, write=SetDelegateConnection};

Properties

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

Description

Represents the delegate connection.

DelegateConnection is used to set or read the delegate connection.

See Also