WebForm.TAdapterControlGroup
Contents |
Delphi Information
From WebForm.pas
TAdapterControlGroup = class(TWebControlGroup)
Unit: WebForm
Type: class
Inherited Class Members: WebForm.TAdapterControlGroup Members
Class Properties: WebForm.TAdapterControlGroup Properties
Class Methods: WebForm.TAdapterControlGroup Methods
Class Constructors & Destructors: WebForm.TAdapterControlGroup Constructors
C++ Information
From WebForm.hpp
TAdapterControlGroup = class(TWebControlGroup)
Unit: WebForm
Type: class
Inherited Class Members: WebForm.TAdapterControlGroup Members
Class Properties: WebForm.TAdapterControlGroup Properties
Class Methods: WebForm.TAdapterControlGroup Methods
Class Constructors & Destructors: WebForm.TAdapterControlGroup Constructors
Description
TAdapterControlGroup is a container for adapter display field components such as TAdapterDisplayField or TAdapterDisplayColumn.
Do not create instances of TAdapterControlGroup. Instead, use a descendant of TAdapterControlGroup that manages particular types of display field components. These descendants include TAdapterFieldGroup and TAdapterGrid.
Descendants of TAdapterControlGroup are children of TAdapterPageProducer form components. Use the Web page editor to add TAdapterControlGroup descendants to an adapter form when building an HTML form.