[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'Laz2_DOM' (#lazutils)

TDOMElement.TagName

The qualified name used as the Tag name for the DOM Element.

Declaration

Source position: laz2_dom.pas line 635

public property TDOMElement.TagName : DOMString
  read GetNodeName;

Description

TagName is a read-only DOMString property which contains the tag name for the DOM Element. TagName can contain a qualified name which includes a Prefix for a Namespace used in the Element or its owner Document.

The property value is set when the Element is created using the argument passed to the CreateElement method in TDOMDocument. The value for the property is read from NodeName.


Version 3.2 Generated 2024-02-25 Home