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

TDOMDocumentFragment.GetNodeName

Gets the value for the NodeName property.

Declaration

Source position: laz2_dom.pas line 461

protected function TDOMDocumentFragment.GetNodeName: DOMString; override;

Function result

Value for the NodeName property.

Description

Returns a String with the value '#document-fragment' in TDOMDocumentFragment.

See also

TDOMNode.GetNodeName

  

Gets the value for the NodeName property.

TDOMNode.NodeName

  

Name for the DOM node.


Version 4.0 Generated 2025-05-03 Home