Xml.xmldom.IDOMParseOptions.set_preserveWhiteSpace

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

procedure set_preserveWhiteSpace(Value: Boolean); safecall;

C++

virtual HRESULT __safecall set_preserveWhiteSpace(bool Value) = 0 ;

Properties

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

Description

Sets the value of the preserveWhiteSpace property.

Use set_preserveWhiteSpace to set the preserveWhiteSpace property.

See Also