FireDAC.Comp.Client.FDSetConnectionClass

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: FireDAC.Comp.Client

Delphi

procedure FDSetConnectionClass(AClass: TFDCustomConnectionClass);

C++

extern DELPHI_PACKAGE void __fastcall FDSetConnectionClass(TFDCustomConnectionClass AClass);

Description

Sets the TFDCustomConnection descendant class.

Sets the TFDCustomConnection descendant class that FireDAC will use to create internally managed connection objects.

See Also