Data.SqlExpr.TConnectionData

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TPersistentSystem.TObjectTConnectionData
[–] Properties
Type: class
Visibility: public
Source:
Data.SqlExpr.pas
Data.SqlExpr.hpp
Unit: Data.SqlExpr
Parent: Data.SqlExpr

Delphi

TConnectionData = class(TPersistent)

C++

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

Description

Class used to hold information about the connection.

TConnectionData is used by TSQLConnection to keep connection information like ConnectionName, DelegateConnection, DriverName, and others. TConnectionData was added to enhance the design-time support of TSQLConnection.

See Also