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