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