RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterDefaultFields.DefaultWebComponents Property

Lists the field components that the associated adapter includes by default.

Pascal
property DefaultWebComponents: TWebComponentList;
C++
__property TWebComponentList DefaultWebComponents;

Read DefaultWebComponents to access the list of field components that the adapter uses when you do not explicitly add any field components to this object. Each default field component is a descendant of TAdapterNamedField

If you explicitly add field components to this object, the adapter uses the fields in the WebFields property instead. 

 

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