To open any link in a new tab, preserving your position in the current article, just hold down the <CTRL> key on your keyboard before clicking the link or click using your mouse wheel.

IsUnlocked (2)

IsUnlocked



Checks the product activation status of a plugin. If AllowUnlock is true the user is prompted to Activate if needed.



Syntax:

Procedure: IsUnlocked(AProduct: String; AMajorVer: Integer; AMinorVer: Integer; AllowUnlock: Boolean): Boolean;


API Call:

Scripting
if not PlanSwift.IsUnlocked('MyPlugin', 1, 0, True) then
  begin
    Exit;
  end;

Copyright 2023 ConstructConnect