RAD Studio VCL Reference
|
Makes the control invisible.
procedure Hide;
__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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|