RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterSubComponent.GetParentComponent Method

Returns the associated adapter.

Pascal
function GetParentComponent: TComponent; override;
C++
virtual __fastcall TComponent * GetParentComponent();

TAdapterSubComponent overrides the GetParentComponent method that is introduced in TComponent for the streaming system that loads and saves components. It returns the value of the Adapter property (the adapter that uses this component to represent the set of its fields or actions). 

 

GetParentComponent 

HasParent 

Adapter

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!