[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Makes the control visible, by setting Visible to True.
Source position: controls.pp line 1672
public procedure TControl.Show; |
|
Allows the control, and all of its children, to be displayed or hidden. |
|
|
Hides this control, by setting Visible to False. |
|
|
Asks the parent to show itself. |
lazarus-ccr.sourceforge.net |