RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TLayoutGroup Class

TLayoutGroup generates the HTML to arrange content produced by other Web items.

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

MidItems

Use TLayoutGroup to adjust the layout of items in an HTML document. 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. 

TLayoutGroup 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 TLayoutGroup generates, TLayoutGroup inherits the IWebContent interface from TWebControlGroup

 

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