RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterFormLayout.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. TAdapterFormLayout keeps track of the ILayoutWebContent method calls that are made so that it can know what tags need to be closed. 

 

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