IBX.IBServices.TIBServerProperties.LicenseMaskInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LicenseMaskInfo: TLicenseMaskInfo read FLicenseMaskInfo;

C++

__property TLicenseMaskInfo* LicenseMaskInfo = {read=FLicenseMaskInfo};

Properties

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

Description

Returns license mask information.

Use the LicenseMaskInfo property to return licensing information as a TLicenseMaskInfo record, which includes the license mask and capability mask. A license mask is a bitmask representing the software activation certificate options currently enabled on the server. A capability mask is a bitmask representing the capabilities currently enabled on the server.

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