Displays the control on its Parent.
Source position: controls.pp line 2292
protected procedure TWinControl.ShowControl( |
AControl: TControl |
); virtual; |
AControl |
|
A control to display. Ignored in this method. |
ShowControl is a method used to display the control on its Parent. When Parent has been assigned, its ShowControl is called. This is repeated until a control without an assigned Parent is encountered.
ShowControl is called from the Show method in a control instance. It occurs before the Visible property is set toTrue, and forces each of the parent controls to become visible before setting the value in the control.
|
The control within which the control is shown. |
|
|
Makes the control visible by setting Visible to True. |
CT Web help |
CodeTyphon Studio |