FireDAC.Phys.IBBase.TFDIBInfo.GetVersion

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetVersion(out AVersion: TIBInfo.TVersion);

C++

void __fastcall GetVersion(/* out */ Firedac::Phys::Ibwrapper::TIBInfo::TVersion &AVersion);

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 version information of the database server.

See Also