RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IBServices.TLicensingAction Enumeration

TLicensingAction indicates whether to add or remove InterBase software activation certificates.

Pascal
TLicensingAction = (
  LicenseAdd,
  LicenseRemove
);
C++
enum TLicensingAction {
  LicenseAdd,
  LicenseRemove
};

TLicensingAction values are: 

Value Meaning  

LicenseAdd Add an InterBase software activation certificate. 

LicenseRemove Remove an InterBase software activation certificate. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!