RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFormLayout.EndLayout Method

Returns the string of HTML to insert after laying out all child items.

Pascal
function EndLayout: string;
C++
__fastcall AnsiString EndLayout();

EndLayout generates the tags that must be inserted after all the content that child Web items generate. TFormLayout keeps track of the ILayoutWebContent method calls that are made so that it can know what tags need to be closed. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!