RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDefaultFieldsAdapter Class

TDefaultFieldsAdapter is a base class for adapters that automatically adds default fields and/or actions.

Pascal
TDefaultFieldsAdapter = class(TCustomAdapter);
C++
class TDefaultFieldsAdapter : public TCustomAdapter;

WebAdapt

Derive from TDefaultFieldsAdapter to define adapter components that automatically add adapter field and/or adapter action components. Default fields are added to the adapter unless one or more field has been explicitly added. 

Default actions are added to the adapter unless one or more action has been explicitly added. 

 

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