RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterFieldGroup Class

TAdapterFieldGroup is a container for Adapter display field components such as TAdapterDisplayField. TAdapterFieldGroup labels and fields in an HTML form.

Pascal
TAdapterFieldGroup = class(TCustomAdapterFieldGroup);
C++
class TAdapterFieldGroup : public TCustomAdapterFieldGroup;

Add TAdapterFieldGroup as a child of TAdapterForm

TAdapterFieldGroup is associated with an Adapter. All of its child display field components will use the same Adapter

If no display fields have been explicitly added to the TAdapterFieldGroup, display fields associated with all of the Adapter fields will be added by default. The properties of default display fields cannot be modified. 

Modifying the AdapterMode property of TAdapterFieldGroup may change the default display type or input type of Adapter fields. This may cause the display field children of TAdapterFieldGroup to change appearance. 

Use the properties and methods of TAdapterFieldGroup to: 

Specify the associated Adapter

Specify when the Adapter Mode. 

Specify whether default fields should be added. 

 

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