Data.SqlExpr.TConnectionData

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TPersistentSystem.TObjectTConnectionData

Delphi

TConnectionData = class(TPersistent)

C++

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

Properties

Type Visibility Source Unit Parent
class public
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr Data.SqlExpr

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