GetCustomerNameW

Top  Previous  Next

This function returns the customer's name. Unicode version.

 

function GetCustomerName(): WideString;

 

Parameters

 

 No parameters.

 

Return value

 

 Returns WideString value (Customer's name, like 'Jane Mendes').

 

Requirements

 

 Library: IntelliProtectorDummy.lib

 Source: UnitIntelliProtector.pas

 

Example

 

uses UnitIntelliProtector;

//...

procedure TFormMain.GetCustomerName();

begin

   lCustomerName.Caption := IntelliProtector.GetCustomerNameW();  

end;

 

 

 





Copyright © 2015 IntelliProtector.com