|
GetBuyNowLink |
Top |
|
This function returns the customer's email address.
function GetCustomerEMail(): String;
Parameters
No parameters.
Return value
Returns String value (e-mail address).
Requirements
Library: IntelliProtectorDummy.lib Source: UnitIntelliProtector.pas
Example
uses UnitIntelliProtector; //... procedure TFormMain.GetCustomerEmail(); begin lCustomerEMail.Caption := IntelliProtector.GetCustomerEMail(); end;
See Also
|
| Copyright © 2011 intelliprotector.com |