RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TControl.Show Method

Makes a control visible.

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

Use the Show method to make visible a control that was previously hidden.  

The Show method sets the control's Visible property to true and ensures that the parent control is also visible. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!