Xml.xmldom.IDOMParseOptions._scw_get_preserveWhiteSpace

From RAD Studio API Documentation
Jump to: navigation, search

C++

/* safecall wrapper */ inline bool _scw_get_preserveWhiteSpace() { bool __r; HRESULT __hr = get_preserveWhiteSpace(__r); System::CheckSafecallResult(__hr); return __r; }

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.