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

TDOMNode_WithChildren.HasChildNodes

Indicates if the current DOM node has child nodes.

Declaration

Source position: laz2_dom.pas line 331

public function TDOMNode_WithChildren.HasChildNodes: Boolean; override;

Function result

True if FirstChild has been assigned for the node.

See also

TDOMNode.HasChildNodes

  

Indicates if the DOM node has child nodes.

TDOMNode.FirstChild

  

Gets the first child node for the current node.


Version 3.2 Generated 2024-02-25 Home