|
Navigation: Function Reference > ShowStartErrorPage |
![]() ![]()
|
Name |
ShowStartErrorPage |
||||||||
Purpose |
Shows a Licence Protector error message in an EsayGo-like page. |
||||||||
Params |
|
||||||||
Returncode |
|
||||||||
Usage |
ShowStartErrorPage should be used to display error messages in an EasyGo environment. SetRegisterSettings should be used to set properties like the image on the side. |
||||||||
Sample |
iRes := lic.Validate(‘D1001’, ‘’, true); if iRes > 1 then begin ShowStartErrorPage(iRes); end else begin << successfully validated >> ... ...
|
||||||||
See also |
Error numbers, SetRegisterSettings, PrepareAndCheck (EasyGo) |
Page url: http://www.helpserver.biz/onlinehelp/lp/easygo/2.5/help2000/index.html?eg_showstarterrorpage.htm