RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ILayoutWebContent.LayoutTable Method

Converts the HTML declaring a table into a form the Web item's parent can use.

Pascal
function LayoutTable(const HTMLTable: string; Attributes: TLayoutAttributes): string;
C++
__fastcall AnsiString LayoutTable(const AnsiString HTMLTable, TLayoutAttributes Attributes);

Call LayoutTable to convert the HTML that declares a table (typically a structure used to layout the content produced by the Web item's children) into the form required by the Web item's parent. 

HTMLTable is the HTML that declares the table. This is produced by the Web item. 

Attributes describes any style attributes or layout considerations that should be applied to the final HTML for the table. 

LayoutTable returns the HTML for the table in a form that can be used by the Web item's parent. 

 

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