RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDataSetAdapterAction.Adapter Property

Indicates the dataset adapter that uses this object to represent one of its actions.

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

Use Adapter to access the parent adapter of this adapter action. This adapter is associated with the dataset on which this action operates. This adapter action is one of the objects listed in its Actions property. 

 

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