[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'Classes' (#fcl)

TComponent.SetParentComponent

Set the parent component.

Declaration

protected procedure TComponent.SetParentComponent(

  Value: TComponent

); dynamic;

Description

SetParentComponent does nothing, but is called by the streaming system to set the parent component of the current component. This method can be overridden by descendent components to set the parent component of the current component.

See also

TComponent.Owner

  

Owner of this component.