[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Ensures that the specified control is derived from TCustomTabControl.
Source position: comctrls.pp line 266
public procedure TCustomPage.CheckNewParent( |
AParent: TWinControl |
); override; |
AParent |
|
Parent control examined in the method. |
Raises an EInvalidOperation exception when AParent is not derived from TCustomTabControl. Calls the inherited CheckNewParent method when AParent is unassigned or derived from TCustomTabControl.
Raises an EInvalidOperation exception when AParent is not derived from TCustomTabControl.
|
The base class for TTabSheet. |
|
|
Checks if this control can become a child of AParent. |
Version 4.0 | Generated 2025-05-03 | Home |