IWinApplication.LicenseRequest

Syntax

LicenseRequest(FeatureName: String; Var License: IUiLicense): UiLicenseStatusCode;

Parameters

FeatureName - functionality.

License - license.

Description

The LicenseRequest method checks if the license file contains specified feature and returns the license. After a license is checked out, update it using IUiLicense.LicenseUpdate.

NOTE. The IWinApplication.LicenseRequest method is outdated, use IUiLicenseManager.LicenseRequest instead.

See also:

IWinApplication