[Overview][Types][Classes][Procedures and functions][Index] |
Sets the value for the Parent property.
Source position: pairsplitter.pas line 48
protected procedure TPairSplitterSide.SetParent( |
AParent: TWinControl |
); override; |
AParent |
|
New value for the Parent property. |
SetParent is an overridden procedure used to set the value in the Parent property. SetParent is the re-implemented write access specifier for the Parent property.
SetParent ensures that the control is removed from the Sides property in the existing Parent prior to setting the new value for the property. SetParent calls the inherited method to handle the Bounds and AutoSizing for the control.
If the new Parent is not Nil, the private AddSide method in the TPairSplitter instance is called to add the current control.
|
Provides access to the adjacent children resized using the Splitter. |
|
|
The control within which the control is shown. |
|
|
Sets the value for the Parent property. |
|
|
Checks if this control can become a child of AParent. |
Version 4.0 | Generated 2025-05-03 | Home |