FireDAC.Comp.Client.TFDCustomConnection

From RAD Studio API Documentation
Jump to: navigation, search

Data.DB.TCustomConnectionSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTFDCustomConnection

Delphi

TFDCustomConnection = class(TCustomConnection,
IFDStanOptions, IFDStanErrorHandler, IFDStanObject, IFDPhysConnectionRecoveryHandler,
IFDPhysTransactionStateHandler)

C++

class PASCALIMPLEMENTATION TFDCustomConnection : public Data::Db::TCustomConnection

Properties

Type Visibility Source Unit Parent
class public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client FireDAC.Comp.Client

Description

The class responsible for the connection establishment with a DBMS.

Use TFDCustomConnection to establish a connection to a DBMS and to manage associated datasets. This class hides some of the properties, allowing the descendant classes to control the properties' visibility. End users should use TFDConnection.

See Also