[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Checks if this control can become a child of AParent.
Source position: controls.pp line 1724
public procedure TControl.CheckNewParent( |
AParent: TWinControl |
); virtual; |
AParent |
|
The new Parent for this control. |
This check is performed during SetParent. It calls CheckChildClassAllowed and whether AParent is the current class instance (Self).
An EInvalidOperation occurs when any test fails.
Version 4.0 | Generated 2025-05-03 | Home |