IBX.IBServices.TLicensingAction

From RAD Studio API Documentation
Jump to: navigation, search

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:

ValueMeaning
LicenseAddAdd an InterBase software activation certificate.
LicenseRemoveRemove an InterBase software activation certificate.