API:FireDAC.Comp.Client.TFDConnection
| [–] Properties | |
|---|---|
| Type: class | |
| Visibility: public | |
| Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
| Unit: FireDAC.Comp.Client | |
| Parent: FireDAC.Comp.Client | |
Delphi
TFDConnection = class(TFDCustomConnection)
C++
class PASCALIMPLEMENTATION TFDConnection : public TFDCustomConnection
Description
The class responsible for the connection establishment with a DBMS.
FireDAC.Comp.Client.TFDConnection inherits from FireDAC.Comp.Client.TFDCustomConnection. All content below this line refers to FireDAC.Comp.Client.TFDCustomConnection.
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.