RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterFormLayout.FieldIndent Property

Specifies a string that appears before the HTML tags (other than <table> tags) that child Web items generate.

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

Child Web items read FieldIndent from the implementation of their Content method to create the proper indentation of the HTML for individual fields or controls. FieldIndent is a string of spaces that reflects the nesting of HTML tags for the tag that the child Web item generates. 

 

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