GetCustomerEMailA |
Top Previous Next |
This function returns the customer's email address.
function GetCustomerEMailA(): AnsiString;
Parameters
No parameters.
Return value
Returns AnsiString value (e-mail address).
Requirements
Library: IntelliProtectorDummy.lib Source: UnitIntelliProtector.pas
Example
uses UnitIntelliProtector; //... procedure TFormMain.GetCustomerEmail(); begin lCustomerEMail.Caption := IntelliProtector.GetCustomerEMailA(); end;
|
Copyright © 2015 IntelliProtector.com |