Jump to content

Equivalent Of VCL's ShowMainForm:=False


Frederick

Recommended Posts

When I receive a parameter and UniMainModule encounters it, I set the Handled to True, thereby bypassing the login form.

However, the parameter is meant to show a form that is not the main form. How do I prevent the main form from showing and instead, call another form? VCL has the Application.ShowMainForm:=False. Does UniGUI have an equivalent property?

1.   http://myapp.com?showsubform=yes
2.   UniMainModule -> Handled:=True; (Login form bypassed)
3.   MainForm shows (I want this form hidden)
4.   SubForm is displayed.

--
Frederick
(UniGUI Complete - Professional Edition 1.90.0.1565)
 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...