GetCustomerNameA |
Top Previous Next |
This function returns the customer's name.
function GetCustomerNameA(): AnsiString;
Parameters
No parameters.
Return value
Returns AnsiString value (Customer's name, like 'Jane Mendes').
Requirements
Library: IntelliProtectorDummy.lib Source: UnitIntelliProtector.pas
Example
uses UnitIntelliProtector; //... procedure TFormMain.GetCustomerName(); begin lCustomerName.Caption := IntelliProtector.GetCustomerNameA(); end;
|
Copyright © 2015 IntelliProtector.com |