RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterFields Class

TAdapterFields manages the list of fields that belong to an adapter.

Pascal
C++
class TAdapterFields : public TAdapterSubComponent, public IWebFieldsSubcomponent;

TAdapterFields is the type of the Data property on an adapter component. It manages a list that contains all the fields that belong to the adapter. The field objects (TAdapterNamedField descendants) are available using the WebFields property. TAdapterFields also includes support for associating the fields with variable names so that server-side script can use the field values. 

TAdapterFields represents the list of explicitly assigned fields. Adapters that include a set of default fields use a TAdapterDefaultFields object instead. 

 

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