IBX.IBServices.TIBServerProperties.LicenseInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LicenseInfo: TLicenseInfo read FLicenseInfo;

C++

__property TLicenseInfo* LicenseInfo = {read=FLicenseInfo};

Properties

Type Visibility Source Unit Parent
property public
IBX.IBServices.pas
IBX.IBServices.hpp
IBX.IBServices TIBServerProperties

Description

Indicates license information.

Use the LicenseInfo property to return licensing information as a TLicenseInfo record, which includes the key, ID, and number of licensed users.

Note: You must install InterBase 6 to use this feature.