Gets the value for the DocType property.
Source position: laz2_dom.pas line 487
protected function TDOMDocument.GetDocType: TDOMDocumentType; |
Value for the DocType property.
The return value is the first child node in the document which has DOCUMENT_TYPE_NODE in its NodeType property. Starts at FirstChild and continues to NextSibling until a match is found. The node is cast to the TDOMDocumentType type used for the property value.
|
Document Type declaration used in the document. |
|
|
Gets the first child node for the current node. |
|
|
Next DOM Node at the same level in the DOM tree. |
|
|
Node type for the DOM Node. |
|
|
Implements the DOM Element interface from the DOM specification. |
| Version 4.4 | Generated 2025-11-08 | Home |