Property Parent: Object (R)
Description
Indicates the parent of the control.
Remarks
This property is common to all TForm controls.
Details
Use the Parent property to get or set the parent of this control. The parent of a control is the control that contains the control. For example, if an application includes three radio buttons in a group box, the group box is the parent of the three radio buttons, and the radio buttons are the child controls of the group box.