MyDAC

TXmlIndentFormat Enumeration

Specifies the indentation format in XML format files or streams when saving the dataset using the TMemDataSet.SaveToXML methods.

Unit

MemDS

Syntax

TXmlIndentFormat = (ifSpace, ifTabulation, ifNone);

Values

Value Meaning
ifNone No indentation is used.
ifSpace Space characters are used for indentation.
ifTabulation Tabs are used for indentation.

© 1997-2025 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback