[Overview][Classes][Procedures and functions][Index] Reference for unit 'Laz2_XMLCfg' (#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.0 Generated 2025-05-03 Home