Unit 'Laz2_DOM' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lazutils]

TDOMDocumentType.Name

Name for the Document Type declaration (used as the root element).

Declaration

Source position: laz2_dom.pas line 718

public property TDOMDocumentType.Name : DOMString
  read FName;

Description

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.

See also

TDOMImplementation.CreateDocumentType

  

Creates a DOM Document Type using the specified arguments.


Version 4.4 Generated 2025-11-08 Home