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

TDOMElement.GetNodeType

Gets the value for the NodeType property.

Declaration

Source position: laz2_dom.pas line 625

protected function TDOMElement.GetNodeType: Integer; override;

Function result

Value for the NodeType property.

Description

GetNodeType is an overridden Integer function in TDOMElement used to get the value for the NodeType property. It returns the value from the ELEMENT_NODE constant as the property value.

See also

TDOMNode.NodeType

  

Node type for the DOM Node.

TDOMNode.GetNodeType

  

Gets the value for the NodeType property.

ELEMENT_NODE

  

Represents the node type for DOM Elements.


Version 3.2 Generated 2024-02-25 Home