RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomLayoutGroup Class

TCustomLayoutGroup is the base class for Web items that arrange content produced by arbitrary Web items.

Pascal
TCustomLayoutGroup = class(TWebControlGroup);
C++
class TCustomLayoutGroup : public TWebControlGroup;

Use TCustomLayoutGroup as a base class for Web items that are used purely for layout. There are few restrictions on what Web items can use a layout group because it has no special content that it displays. It merely imposes a layout on content generated by other Web items. 

TCustomLayoutGroup maintains a list of Web items that display information in the final HTML document, but imposes no restrictions of its own on the possible types of Web items. Instead, it restricts those Web items to the classes that its parent allows. In order to let the parent component use the HTML that TCustomLayoutGroup generates, TCustomLayoutGroup inherits the IWebContent interface from TWebControlGroup

Do not create instances of TCustomLayoutGroup. Instead, use a descendant of TCustomLayoutGroup such as TLayoutGroup

 

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