RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterFields.SetWebParent Method

Associates this component with an adapter.

Pascal
procedure SetWebParent(const Value: TComponent); override;
C++
virtual __fastcall SetWebParent(const TComponent * Value);

SetWebParent sets up the association between this component and its parent adapter. 

Value is the adapter component that acts as a parent to this collection. 

SetWebParent assigns Value to the protected Adapter property and replaces that adapter's Data property with this TAdapterFields instance. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!