Xml.XMLIntf.IXMLDocument.SetParseOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetParseOptions(const Value: TParseOptions);

C++

virtual void __fastcall SetParseOptions(const TParseOptions Value) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
Xml.XMLIntf.pas
Xml.XMLIntf.hpp
Xml.XMLIntf IXMLDocument

Description

Sets the value of the ParseOptions property.

GetParseOptions is the write implementation of the ParseOptions property.

Value is the set of parser options to assign.

See Also