RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDefaultFieldsAdapter.AddDefaultFields Method

Adds default field components to this adapter.

Pascal
procedure AddDefaultFields(AComponents: TWebComponentList); virtual;
C++
virtual __fastcall AddDefaultFields(TWebComponentList AComponents);

AddDefaultFields calls ImplGetFieldList. Descendant classes should override TCustomAdapter's ImplGetFieldList method to provide the list of default fields that will be automatically added to this adapter. 

 

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