Table of Content
HAL Forum
procedure WebLogout (
)
Description:
do logout from system for web-user
external procedure WebHWMain();

global
updating procedure WebWHLogout()
begin
  WebLogout;
  WebHWMain;
  return;
end;
Related topics:
««