GetBuyNowLinkA |
Top Previous Next |
This function returns the BuyNow link, which is specified in the IntelliProtector project.
function GetBuyNowLinkA(): String;
Parameters
No parameters.
Return value
Returns String value (BuyNow link).
Requirements
Library: IntelliProtectorDummy.lib Source: UnitIntelliProtector.pas
Example
uses UnitIntelliProtector; //... procedure TFormMain.GetBuyNow(); begin lBuyNow.Caption := IntelliProtector.GetBuyNowLinkA(); end;
|
Copyright © 2015 IntelliProtector.com |