FireDAC.Phys.IBBase.TFDIBInfo.GetConfig

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetConfig(out AConfig: TIBInfo.TConfig);

C++

void __fastcall GetConfig(/* out */ Firedac::Phys::Ibwrapper::TIBInfo::TConfig &AConfig);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FireDAC.Phys.IBBase.pas
FireDAC.Phys.IBBase.hpp
FireDAC.Phys.IBBase TFDIBInfo

Description

Fills the specified object with the configuration information of the database server.

See Also