Unit 'Laz2_DOM' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lazutils]

TDOMEntity.GetNodeType

Gets the value for the NodeType property.

Declaration

Source position: laz2_dom.pas line 753

protected function TDOMEntity.GetNodeType: Integer; override;

Function result

Value for the NodeType property.

Description

Returns ENTITY_NODE as the property value.

See also

TDOMNode.NodeType

  

Node type for the DOM Node.

TDOMNode.GetNodeType

  

Gets the value for the NodeType property.

ENTITY_NODE

  

Represents the node type for DOM Entities.


Version 4.4 Generated 2025-11-08 Home