Sets the value for the Parent property.
Source position: extctrls.pp line 52
protected procedure TPage.SetParent(
AParent: TWinControl
); override;
AParent
New value for the property.
TControl.Parent
The control within which the control is shown.