RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TLayoutWebContent.Create Constructor

Creates a new TLayoutWebContent object.

Pascal
constructor Create(AParentLayout: TLayout);
C++
__fastcall TLayoutWebContent(TLayout AParentLayout);

Call Create to instantiate a TLayoutWebContent descendant to use when fetching the content produced by child Web items. 

AParentLayout is the layout object of the parent Web item (the grandparent of the child Web items that call this object's methods). AParentLayout becomes the value of the ParentLayout property. 

 

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