RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseDataSetAdapterField.Adapter Property

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

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

Use Adapter to access the parent adapter of this adapter field. This adapter is associated with the dataset whose database field this adapter field represents. This adapter field is one of the objects listed in its Data property. 

 

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