ShowRegistrationWindow |
Top Previous Next |
This function invokes a registration pop-up window.
procedure ShowRegistrationWindow();
Parameters
No parameters.
Return value
Returns nothing.
Requirements
Library: IntelliProtectorDummy.lib Source: UnitIntelliProtector.pas
Example
uses UnitIntelliProtector; //... procedure TFormMain.btnRegisterClick(Sender: TObject); begin IntelliProtector.ShowRegistrationWindow(); end;
See Also
|
Copyright © 2015 IntelliProtector.com |