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

TDOMNode.GetNodeName

Gets the value for the NodeName property.

Declaration

Source position: laz2_dom.pas line 234

protected function TDOMNode.GetNodeName: DOMString; virtual; abstract;

Function result

Value for the NodeName property.

Description

GetNodeName is an abstract virtual method DOMString function. It is used to get the value for the NodeName property. It is overridden in descendent classes to provide the name needed for the DOM node specialization.

See also

TDOMNode.NodeName

  

Name for the DOM node.

DOMString

  

Type used for String values in DOM interfaces.


Version 3.2 Generated 2024-02-25 Home