Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ServerController.SecurityOptions.CheckWindowId
#4
You need to set CheckWindowId to True and set the OnWindowIdChanged event (in ServerController).

On the event you will use the parameter vContinue to tell IW if you are allowing the user to continue or not. Try this and see the result:


Code:
procedure TIWServerController.IWServerControllerBaseWindowIdChanged(
  ASession: TIWApplication; var vContinue: Boolean);
begin
  vContinue := False;
end;
Reply


Messages In This Thread
RE: ServerController.SecurityOptions.CheckWindowId - by Alexandre Machado - 09-23-2019, 09:30 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)