JVCL Help:TJvCustomAppXMLStorage.GetNodeFromPath
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomAppXMLStorage.GetNodeFromPath Method
[+] TJvCustomAppXMLStorage Fields
[+] TJvCustomAppXMLStorage Methods
[+] TJvCustomAppXMLStorage Properties
Search in JVCL Help
Search in all projectsSummary
Returns a node from a given path
Pascal
functionGetNodeFromPath(Path: string; StartNode: TJvSimpleXmlElem = nil): TJvSimpleXmlElem;
Parameters
Parameters | Description |
Path: string | The path to consider |
StartNode: TJvSimpleXmlElem = nil | Where to start in the XML document |
Return Value
Returns the last node in path, if it exists. Returns nil in all other cases
Description
If StartNode is nil, then FCurrentNode is used as a starting point for Path
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page