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