Indent Property
The characters to use for each indentation level.
Syntax
__property String Indent = {read=FIndent, write=FSetIndent, default="\t"};
Default Value
"\t"
Remarks
If specified, the component will format the output XML, using the specified characters to denote each indentation level for nested XML elements.
This option should be combined with EOL for full effect.
Data Type
String