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

TXMLConfig.GetChildCount

Gets the number of child nodes used in the DOM node at the specified path.

Declaration

Source position: laz2_xmlcfg.pas line 143

public function TXMLConfig.GetChildCount(

  const APath: string

):Integer;

Arguments

APath

  

Path to the DOM node examined in the method.

Function result

Number of child nodes in the specified DOM node.

See also

TXMLConfig.FindNode

  

Retrieves the DOM node with the specified path.

GetChildCount

  

Gets the number of Child nodes for the DOM node.


Version 4.0 Generated 2025-05-03 Home