Data.SqlExpr.TConnectionData.DelegateConnection
Delphi
property DelegateConnection: TConnectionData read FDelegateConnection write SetDelegateConnection;
C++
__property TConnectionData* DelegateConnection = {read=FDelegateConnection, write=SetDelegateConnection};
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet | 
|---|---|---|---|---|
| property | published | Data.SqlExpr.pas Data.SqlExpr.hpp | Data.SqlExpr | TConnectionData | 
Beschreibung
Repräsentiert die Delegatverbindung.
DelegateConnection wird zum Setzen oder Lesen der Delegatverbindung verwendet.