Xml.XMLIntf.IXMLDocument.SetOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetOptions(const Value: TXMLDocOptions);

C++

virtual void __fastcall SetOptions(const TXMLDocOptions 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 Options property.

GetOptions is the write implementation of the Options property.

Value is the set of options to assign.

See Also