IBX.IBServices.TLicensingAction
Delphi
TLicensingAction = (LicenseAdd, LicenseRemove);
C++
enum DECLSPEC_DENUM TLicensingAction : unsigned char { LicenseAdd, LicenseRemove };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | IBX.IBServices.pas IBX.IBServices.hpp |
IBX.IBServices | IBX.IBServices |
Description
TLicensingAction indicates whether to add or remove InterBase software activation certificates.
TLicensingAction values are:
| Value | Meaning |
| LicenseAdd | Add an InterBase software activation certificate. |
| LicenseRemove | Remove an InterBase software activation certificate. |