Data.SqlExpr.TConnectionData

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

System.Classes.TPersistentSystem.TObjectTConnectionData

Delphi

TConnectionData = class(TPersistent)

C++

class PASCALIMPLEMENTATION TConnectionData : public System::Classes::TPersistent

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr Data.SqlExpr

Beschreibung

Klasse, die Informationen über die Verbindung enthält.

TConnectionData wird von TSQLConnection zum Speichern von Verbindungsinformationen, wie ConnectionName, DelegateConnection, DriverName usw., verwendet. TConnectionData wurde zur Erweiterung der Unterstützung von TSQLConnection während des Entwurfs hinzugefügt.

Siehe auch