[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'Laz2_DOM' (#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.0 Generated 2025-05-03 Home