LicenseRequest(FeatureName: String; Var License: IUiLicense): UiLicenseStatusCode;
FeatureName - functionality.
License - license.
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: