JVCL Help:TJvCustomAppXMLStorage.GetNodeFromPath

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

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