ShowRegistrationWindow

Top  Previous  Next

This function invokes a registration pop-up window.

 

procedure ShowRegistrationWindow();

 

Parameters

 

 No parameters.

 

Return value

 

 Returns nothing.

 

Requirements

 

 Library: IntelliProtectorDummy.lib

 Source: UnitIntelliProtector.pas

 

Example

 

uses UnitIntelliProtector;

//...

procedure TFormMain.btnRegisterClick(Sender: TObject);

begin

 IntelliProtector.ShowRegistrationWindow();

end;

 

See Also

 

GetBuyNowLink

Returns a BuyNow link.

GetCurrentActivationDate

Obtains the date, when software has been activated.

GetCurrentProductVersion

Returns the current product version.

GetCurrentRegistrationDate

Gets the date, when software has been registered.

GetCustomerEMail

Obtains the customer's email address.

GetCustomerName

Returns the customer's name.

GetFirstRegistrationDate

Gets the first date, when software has been registered by current license code.

GetIntelliprotectorVersion

Returns the version of the protection engine.

GetLicenseCode

Gets the license code provided from registration process.

GetLicenseExpirationDate

Returns the date when order has been created.

GetLicenseExpirationDaysCount

Gets the length of the 'retail' days. During these days the license code will be valid.

GetLicenseExpirationDaysLeftCount

Function returns the days, which are left before the license code expires.

GetLicenseType

Obtains a license type for license code.

GetProtectionDate

Gets the date, when software has been protected.

GetRenewalPurchaseLink

Returns the 'purchase renewal code' link.

GetSupportExpirationProductVersion

Obtains the product version when support will be expired.

GetSupportExpirationDate

Gets the date, when support will be expired

GetSupportExpirationDaysCount

Returns length of the support period in days.

GetSupportExpirationDaysLeftCount

Gets the days, which are left for the support period.

GetOrderDate

Returns the date, when license will be expired.

GetTrialDaysCount

Obtains the days for the trial period.

GetTrialDaysLeftCount

Returns how many days remain before registration.

GetTrialLaunchesCount

GEts count of free launches in the trial period.

GetTrialLaunchesLeftCount

Returns count of free launches in the trial period, which are left after activation.

GetTrialUnitsCount

Obtains time units for the trial period.

GetTrialUnitsLeftCount

Returns how many time units remain before registration.

IsSoftwareProtected

Says whether the software is protected or not protected.

IsSoftwareRegistered

Says whether the software is registered or not registered.

IsTrialElapsed

Says whether trial is over on not.

RegisterSoftware

Register's the protected software by the license code provided.

RenewLicenseCode

Renew current license code by the renewal code.

ShowRegistrationWindow

Invokes a registration pop-up window.

 

 

 





Copyright © 2015 IntelliProtector.com