Xml.xmldom.IDOMDocument.get_doctype

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche


Delphi

function get_doctype: IDOMDocumentType; safecall;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
Xml.Xmldom.pas
Xml.xmldom.hpp
Xml.xmldom IDOMDocument

Beschreibung

Gibt den Wert der Eigenschaft doctype zurück.

Mit get_doctype lesen Sie die Eigenschaft doctype.

Siehe auch