Links
EControl Form Designer Pro
TPalettePanel.Visible Property

Determines whether the component appears on screen.

property Visible;

Use the Visible property to control the visibility of the control at runtime. If Visible is true, the control appears. If Visible is false, the control is not visible. 

Calling the Show method sets the control's Visible property to true. Calling the Hide method sets it to false.

Copyright (c) 2004 - 2011 EControl Ltd.. All rights reserved.
What do you think about this topic? Send feedback!