RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFormLayout.Create Constructor

Creates a new TFormLayout object.

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

Call Create to instantiate a TFormLayout object 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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!