FireDAC.Phys.IBBase.TFDIBInfo.GetVersion

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
FireDAC.Phys.IBBase.pas
FireDAC.Phys.IBBase.hpp
Unit: FireDAC.Phys.IBBase
Parent: TFDIBInfo

Delphi

procedure GetVersion(out AVersion: TIBInfo.TVersion);

C++

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

Description

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

See Also