RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapterFieldGroup Class

TCustomAdapterFieldGroup manages a collection of Web Items that generate a group of HTML controls.

Pascal
C++
class TCustomAdapterFieldGroup : public TAdapterControlGroup, public IAdapterDisplay, public IGetAdapterDisplayCharacteristics, public IAddFieldsEditor, public IGetAdapterFormLayout;

Use TCustomAdapterFieldGroup as a base class for components that generate organized portions of the HTML document containing one or more related HTML controls. TCustomAdapterFieldGroup introduces the properties and methods for managing a collection of Web items that generate the HTML controls that make up the group. 

In order to let other Web items use the HTML that defines the organized collection of controls, TCustomAdapterFieldGroup implements the IWebContent interface. 

Do not create instances of TCustomAdapterFieldGroup. TCustomAdapterFieldGroup manages the Web items that generate HTML defining controls, but does not combine the generated content into any content of its own. Instead, use a descendant of TCustomAdapterFieldGroup such as TAdapterFieldGroup

 

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