AlbertoVesx Posted April 27, 2016 Posted April 27, 2016 How can I Hide Tunicontainerpanel at desing time? Sometime is hard to work with the text and dbtext when tunicontainer display its caption. Quote
bugra Posted April 28, 2016 Posted April 28, 2016 Hi. Just set uniContainerPanel's Visible property false in properties. That will hide uniContainerPanel. Quote
AlbertoVesx Posted April 28, 2016 Author Posted April 28, 2016 Sorry, I forgot to mention that the caption property is what I want to hide at desing time. Quote
bugra Posted April 29, 2016 Posted April 29, 2016 Hi Alberto, It's not a caption it's component's name, so you can't hide it. Quote
Abaksoft Posted May 5, 2016 Posted May 5, 2016 Hi, 1. Move it far, at designtime uniContainerPanel.left := 2000; 2. Retreive its original position at runtime : OnActivate....uniContainerPanel.Left:= 50; Note : if you have many controls (database) on your container and switch visible True / False it's better to design these components on an other frame instead off using containers.. This will enhance the server ressources. Regards. 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.