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

TXMLConfig.HasChildPaths

Indicates if the DOM node at the specified path has child nodes.

Declaration

Source position: laz2_xmlcfg.pas line 142

public function TXMLConfig.HasChildPaths(

  const APath: string

):Boolean;

Arguments

APath

  

Path to the DOM node examined in the method.

Function result

True when the specified path has child nodes in the Document.

See also

TXMLConfig.FindNode

  

Retrieves the DOM node with the specified path.

TDOMNode.HasChildNodes

  

Indicates if the DOM node has child nodes.


Version 4.0 Generated 2025-05-03 Home