RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WebComp.TLayout Type

TLayout is the type for helper objects that generate layout code for a Web item.

Pascal
TLayout = TObject;
C++
TObject * TLayout;

TLayout is the type for objects that Web items use to transmit common functions that control the layout of HTML controls. When a Web item generates content that includes HTML produced by child components, it passes a TLayout object to those children. The TLayout object implements an interface (ILayoutWebContent) that generates HTML to lay out the controls which the child components generate.

Note: Typically, TLayout objects are descendants of TLayoutWebContent.
 

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