|
RAD Studio VCL Reference
|
Sets the parent component.
procedure SetParentComponent(AParent: TComponent); override;
virtual __fastcall SetParentComponent(TComponent * AParent);
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.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|