IBX.IBServices.TIBLicensingService.Action

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Action: TLicensingAction read FAction write SetAction default LicenseAdd;

C++

__property TLicensingAction Action = {read=FAction, write=SetAction, default=0};

Properties

Type Visibility Source Unit Parent
property published
IBX.IBServices.pas
IBX.IBServices.hpp
IBX.IBServices TIBLicensingService

Description

Indictes the licensing action.

Use Action to indicate what action the licensing service should take. This causes the service to call the AddLicense or RemoveLicense method, depending on whether the software activation certificate is added or removed.

Note: You must install InterBase 6 to use this feature.