RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TControl.Hide Method

Makes the control invisible.

Pascal
procedure Hide;
C++
__fastcall Hide();

Call Hide to hide a control. Hide sets the Visible property of the control to false.  

Although a control that is hidden is not visible, its properties and methods are still available. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!