Xml.xmldom.IDOMParseOptions.preserveWhiteSpace

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

property preserveWhiteSpace: Boolean read get_preserveWhiteSpace write set_preserveWhiteSpace;

C++

__property bool preserveWhiteSpace = {read=_scw_get_preserveWhiteSpace, write=set_preserveWhiteSpace};

Properties

Type Visibility Source Unit Parent
property public
Xml.Xmldom.pas
Xml.xmldom.hpp
Xml.xmldom IDOMParseOptions

Description

Represents the preserveWhiteSpace property of an element node.

Use the preserveWhiteSpace property to determine whether to preserve white space in the XML document.

See Also