TLayout is the type for helper objects that generate layout code for a Web item.
TLayout = TObject;
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.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|