RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterFormLayout.ChildTableIndent Property

Specifies a string that appears before the <table> tags that child Web items generate.

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

Child Web items read ChildTableIndent from the implementation of their Content method to create the proper indentation of the HTML for a table. ChildTableIndent is a string of spaces that reflects the nesting of HTML tags for an HTML table tag that the child Web item generates.

Note: Do not confuse ChildTableIndent with the TableIndent property. ChildTableIndent gives the indentation of a table that the child Web item generates. 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.)
 

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