|
GetBuyNowLink |
Top |
|
This function returns the BuyNow link, which is specified in the IntelliProtector project.
function GetBuyNowLink(): 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.GetBuyNowLink(); end;
See Also
|
| Copyright © 2011 intelliprotector.com |