FireDAC.Phys.IBBase.TFDIBInfo.GetLicense

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 GetLicense(out ALicenses: TIBInfo.TLicense);

C++

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

Description

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

See Also