[Overview][Classes][Procedures and functions][Index] |
Indicates if a DOM node exists for the specified path.
Source position: laz2_xmlcfg.pas line 141
public function TXMLConfig.HasPath( |
const APath: string; |
PathHasValue: Boolean |
):Boolean; |
APath |
|
Path examined in the method. |
PathHasValue |
|
Indicates if the DOM node has content representing the value. |
True when a DOM node exists with the specified path.
|
Retrieves the DOM node with the specified path. |
Version 4.0 | Generated 2025-05-03 | Home |