[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Name for the Document Type declaration (used as the root element).
Source position: laz2_dom.pas line 718
public property TDOMDocumentType.Name : DOMString |
Name is a read-only DOMString property which contains the name for the document type declaration. This is the value used as the root element in a document instance created using the DTD. Name is set to the qualified name provided when the class instance is created using the CreateDocumentType method in TDOMImplementation.
|
Creates a DOM Document Type using the specified arguments. |
Version 4.0 | Generated 2025-05-03 | Home |