Xml.xmldom.IDOMParseOptions.set_resolveExternals

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

procedure set_resolveExternals(Value: Boolean); safecall;

C++

virtual HRESULT __safecall set_resolveExternals(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 resolveExternals property.

Use set_resolveExternals to set the resolveExternals property.

See Also