Xml.xmldom.IDOMParseOptions.get_preserveWhiteSpace

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

function get_preserveWhiteSpace: Boolean; safecall;

C++

virtual HRESULT __safecall get_preserveWhiteSpace(bool &__get_preserveWhiteSpace_result) = 0 ;

Properties

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

Description

Returns the value of the preserveWhiteSpace property.

Use get_preserveWhiteSpace to read the preserveWhiteSpace property.

See Also