RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFieldGroup Class

TFieldGroup arranges database information on an HTML form as a set of labeled fields.

Pascal
TFieldGroup = class(TCustomFieldGroup);
C++
class TFieldGroup : public TCustomFieldGroup;

Add TFieldGroup to a data form component (TDataForm) or a layout group (TLayoutGroup) that is a child for a data form. TFieldGroup generates the HTML to display information from an XML data packet in labeled fields.  

TFieldGroup maintains a list of Web items that generate the individual display fields. These Web items are restricted to the following classes: TFieldText, TFieldTextArea, TFieldSelectOptions, TFieldRadioGroup, and TFieldStatus. You can bind the field group to an XML data packet or dataset field within an XML data packet. The Web items can then use that binding to determine the source of the data they display. 

You can also use the properties of TFieldGroup to affect the overall appearance of the set of fields. 

 

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