RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterControlGroup Class

TAdapterControlGroup is a container for adapter display field components such as TAdapterDisplayField or TAdapterDisplayColumn.

Pascal
TAdapterControlGroup = class(TWebControlGroup, IWebDataFields, INotifyAdapterChange, IGetAdapterVariableName, IGetAdapterOfDisplay, INotifyList, IGetVariablesContainerOfDisplay, IGetDesigntimeWarnings, IGetAdapterModeOfDisplay, IGetControlRequirements);
C++
class TAdapterControlGroup : public TWebControlGroup, public IWebDataFields, public INotifyAdapterChange, public IGetAdapterVariableName, public IGetAdapterOfDisplay, public INotifyList, public IGetVariablesContainerOfDisplay, public IGetDesigntimeWarnings, public IGetAdapterModeOfDisplay, public IGetControlRequirements;

WebForm

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!