Xml.xmldom.IDOMDocument.get_doctype

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

function get_doctype: IDOMDocumentType; safecall;

C++

virtual HRESULT __safecall get_doctype(_di_IDOMDocumentType &__get_doctype_result) = 0 ;

Properties

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

Description

Returns the value of the doctype property.

Use get_doctype to read the doctype property.

See Also