IBX.IBServices.TLicensingAction

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TLicensingAction = (LicenseAdd, LicenseRemove);

C++

enum DECLSPEC_DENUM TLicensingAction : unsigned char { LicenseAdd, LicenseRemove };

Propriétés

Type Visibilité  Source Unité  Parent
enum public
IBX.IBServices.pas
IBX.IBServices.hpp
IBX.IBServices IBX.IBServices

Description

TLicensingAction indique s'il faut ajouter ou supprimer des certificats d'activation logiciels InterBase.

Les valeurs de TLicensingAction sont :

ValeurSignification
LicenseAddAjoute un certificat d'activation logiciel InterBase.
LicenseRemoveSupprime un certificat d'activation logiciel InterBase.