Unit 'Laz2_XMLCfg' Package
[Overview][Classes][Procedures and functions][Index] [#lazutils]

TXMLConfig.HasPath

Indicates if a DOM node exists for the specified path.

Declaration

Source position: laz2_xmlcfg.pas line 141

public function TXMLConfig.HasPath(

  const APath: string;

  PathHasValue: Boolean

):Boolean;

Arguments

APath

  

Path examined in the method.

PathHasValue

  

Indicates if the DOM node has content representing the value.

Function result

True when a DOM node exists with the specified path.

See also

TXMLConfig.FindNode

  

Retrieves the DOM node with the specified path.


Version 4.4 Generated 2025-11-08 Home