RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomFieldGroup Class

TCustomFieldGroup is the base class for Web items that arrange information on an HTML form as a set of labeled fields.

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

Use TCustomFieldGroup as a base class for Web items that display information in labeled fields on an HTML form. Each TCustomFieldGroup object maintains a list of Web items that generate the individual display fields. These Web items are restricted to classes that are appropriate for the specific TCustomFieldGroup descendant.  

If the controls generated for TCustomFieldGroup by its Web items represent database information, you can bind the field group to an XML data packet or dataset field within an XML data packet. The Web items can use that binding to determine the source of the data they display. 

TCustomFieldGroup introduces a number of properties that affect the appearance of the generated set of fields. 

In order to let other Web items use the HTML that the TCustomFieldGroup object generates, TCustomFieldGroup inherits the IWebContent interface from TWebControlGroup

Do not create instances of TCustomFieldGroup. Instead, use a descendant of TCustomFieldGroup such as TFieldGroup or TQueryFieldGroup

 

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