RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterNamedField.Adapter Property

Returns the parent adapter component.

Pascal
property Adapter: TCustomAdapter;
C++
__property TCustomAdapter Adapter;

Use this property to access the parent adapter component. The type of this class is TComponent because adapter components are not required to descend from a common adapter base class. Typically the adapter component is accessed through interfaces. 

 

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