WebComp.TLayout
From RAD Studio VCL Reference
Contents |
Delphi Information
From WebComp.pas
TLayout = class
Unit: WebComp
Type: class
Class Methods: WebComp.TLayout Methods
Class Constructors & Destructors: WebComp.TLayout Constructors
C++ Information
From WebComp.hpp
typedef System::TObject TLayout;
Unit: WebComp
Type: typedef
Description
TLayout is the type for helper objects that generate layout code for a Web item.
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.