RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebControlGroup Class

TWebControlGroup is the base class for Web items that arrange HTML controls.

Pascal
TWebControlGroup = class(TWebContainedContainerComponent, IWebComponentEditor, IScriptComponent, IWebContent);
C++
class TWebControlGroup : public TWebContainedContainerComponent, public IWebComponentEditor, public IScriptComponent, public IWebContent;

Use TWebControlGroup as a base class for components that generate organized portions of the HTML document containing one or more related HTML controls. TWebControlGroup 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 to use the HTML that defines the organized collection of controls, TWebControlGroup implements the IWebContent interface. 

Do not create instances of TWebControlGroup. TWebControlGroup 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 TWebControlGroup for a set of specialized controls. These descendants are listed in the See also list. 

 

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