Cached visibility for the widget. Not necessarily in sync with the widget.
Source position: controls.pp line 2294
public property TWinControl.Showing : Boolean |
Showing is a read-only Boolean property with the visibility for the Handle in a control or its Parent. The value for the property is assigned in the UpdateShowing method when the control hierarchy is checked for valid and Visible window handles for the control or its Parents. Showing may be updated when the DoAllAutoSize or UpdateControlState methods are called.
|
Updates the Showing property with the visibility for the control, its Parents, and its child controls. |
|
|
A reference handle to the widgetset class instance associated with this control. |
|
|
Performs actions to resize and align the control and all of its children. |
|
|
Updates the visible state for the control, and notifies the widgetset class when available. |
|
|
Handler for changed Showing message; notifies the widgetset. |
|
|
Allows the control, and all of its children, to be displayed or hidden. |
CT Web help |
CodeTyphon Studio |