|
RAD Studio VCL Reference
|
Makes a control visible.
procedure Show;
__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!
|