RAD Studio VCL Reference
|
Associates this component with an adapter.
procedure SetWebParent(const Value: TComponent); override;
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!
|