RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterFormLayout.TableIndent Property

Specifies a string that appears before the <table> tags of the HTML table that contains child Web items.

Pascal
property TableIndent: string;
C++
__property AnsiString TableIndent;

TAdapterFormLayout uses TableIndent internally to create the proper indentation of the HTML table tags for the table used to lay out child Web items. For example, the EndLayout method uses TableIndent to properly format its </table> tag. 

TableIndent is a string of spaces that reflects the nesting of HTML tags for the HTML table tag that the associated Web item generates.

Note: Do not confuse TableIndent with the ChildTableIndent property. TableIndent gives the indentation of a table that the associated Web item generates. (The associated Web item is the one that passes this object to the Content method of its child Web items.) ChildTableIndent gives the indentation of a table that the child Web item generates.
 

 

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