[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Indicates whether the control is visible.
Source position: comctrls.pp line 263
public function TCustomPage.IsControlVisible: Boolean; override; |
True when the control is visible.
IsControlVisible is an overridden method in TCustomPage which indicates whether the control is visible.
If AutoSizingAll is set to True, no actions are performed in the method and the return values is True. This allows inactive pages to be considered in the GetPreferredSize method in the parent control.
IsControlVisible calls the inherited method on entry to determine if the Visible property is set to True, and whether the control is visible at design-time. When the Parent control is TCustomTabControl, the value in the PageIndex property must match the value in the parent control.
The return value is True when all of the conditions are satisfied.
|
Ordinal position for the page in the parent control. |
|
|
Ordinal position for the selected page on the tabbed control. |
|
|
True if the control is Visible, or is in design mode. |
Version 4.0 | Generated 2025-05-03 | Home |