RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterDefaultFields Class

TAdapterDefaultFields manages the list of fields that belong to an adapter that supports a default set of fields.

Pascal
TAdapterDefaultFields = class(TAdapterFields, IAddFieldsEditor);
C++
class TAdapterDefaultFields : public TAdapterFields, public IAddFieldsEditor;

WebAdapt

TAdapterDefaultFields is the type of the Data property on an adapter component. It manages two lists of fields (TAdapterNamedField descendants) that belong to the adapter: the list of fields that have been explicitly added to the adapter, and the list of fields that the adapter includes by default. The explicitly added field objects are available using the WebFields property. The default fields are available using the DefaultWebComponents property. 

 

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