System.Classes.TComponent.SetParentComponent

From RAD Studio API Documentation
Revision as of 16:46, 16 October 2011 by PyBot (talk | contribs) (Scoping Libraries)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

procedure SetParentComponent(Value: TComponent); dynamic;

C++

DYNAMIC void __fastcall SetParentComponent(TComponent* Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Classes.pas
System.Classes.hpp
System.Classes TComponent

Description

Sets the parent component.

SetParentComponent is used internally in the component streaming system. It is not necessary to call it directly.

Derived classes override this method to implement proper handling for parenting.

See Also

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=System.Classes.TComponent.SetParentComponent&oldid=153690"