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

TComponent.SetParentComponent

Set the parent component.

Declaration

Source position: classesh.inc line 1619

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

Owner

  

Owner of this component.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.