IBX.IBServices.TLicensingAction

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

TLicensingAction = (LicenseAdd, LicenseRemove);

C++

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

プロパティ

種類 可視性 ソース ユニット
enum public
IBX.IBServices.pas
IBX.IBServices.hpp
IBX.IBServices IBX.IBServices


説明

TLicensingAction は、InterBase ソフトウェアのアクティベーション証明書を、追加または削除するのかを示します。

TLicensingAction 値は次の通りです:

意味
LicenseAddInterBase ソフトウェアのアクティベーション証明書を追加。
LicenseRemoveInterBase ソフトウェアのアクティベーション証明書を削除。