FireDAC.Phys.IBBase.TFDIBInfo.GetLicense

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetLicense(out ALicenses: TIBInfo.TLicense);

C++

void __fastcall GetLicense(/* out */ Firedac::Phys::Ibwrapper::TIBInfo::TLicense &ALicenses);

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

See Also