FireDAC.Comp.Client.FDSetConnectionClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure FDSetConnectionClass(AClass: TFDCustomConnectionClass);

C++

extern DELPHI_PACKAGE void __fastcall FDSetConnectionClass(TFDCustomConnectionClass AClass);

Properties

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

Description

Sets the TFDCustomConnection descendant class.

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

See Also