Jump to content

I want to show and hide the Title of TMainmForm with a button.


Fujio

Recommended Posts

If I change the ShowTitle of TMainmForm, which is a form of MobileApplication, it will be reflected in the form if I change it at design time.
At runtime, button events, etc.
  Self.ShowTitle:=False;
It won't go away this way.
I want to set it to True or False to make it appear or disappear.
If that is not possible, is it possible to make the Title height even lower?

Link to comment
Share on other sites

7 minutes ago, Fujio said:

If I change the ShowTitle of TMainmForm, which is a form of MobileApplication, it will be reflected in the form if I change it at design time.
At runtime, button events, etc.
  Self.ShowTitle:=False;
It won't go away this way.
I want to set it to True or False to make it appear or disappear.

Hello,

This post may help you:

 

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...