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

TDOMNode.GetChildCount

Gets the number of Child nodes for the DOM node.

Declaration

Source position: laz2_dom.pas line 258

public function TDOMNode.GetChildCount: SizeInt; virtual;

Function result

Number of Child nodes for the DOM node.

Description

Always returns 0 (zero) in TDOMNode. Overridden in descendent classes (like TDOMNode_WithChildren).

See also

TDOMNode_WithChildren.GetChildCount

  

Gets the number of child nodes for the DOM node instance.


Version 3.2 Generated 2024-02-25 Home