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

TDOMDocument.GetNodeName

Gets the value for the NodeName property.

Declaration

Source position: laz2_dom.pas line 490

protected function TDOMDocument.GetNodeName: DOMString; override;

Function result

Value for the NodeName property.

Description

GetNodeName is an overridden method in TDOMDocument used to get the value for the NodeName property. It ensures that the property value is '#document' in the TDOMDocument instance.

See also

TDOMNode.NodeName

  

Name for the DOM node.


Version 3.2 Generated 2024-02-25 Home