WebComp.TLayoutAttributes.Create
From RAD Studio VCL Reference
Delphi Information
From WebComp.pas
constructor Create();
Unit: WebComp
Type: constructor
Visibility: public
Member Of: TLayoutAttributes
C++ Information
From WebComp.hpp
Webcomp::TLayoutAttributes * __fastcall TLayoutAttributes(void);
Unit: WebComp
Type: constructor
Visibility: public
Member Of: TLayoutAttributes
Description
Creates a new TLayoutAttributes object.
Typically, applications do not instantiate TLayoutAttributes. Instead, each Web item that generates HTML for an InternetExpress application instantiates an internal TLayoutAttributes object and uses it to encode property values that affect the layout of its generated HTML.