JVCL Help:TJvAppSubStorages.MatchFor

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

Search in JVCL Help

 
Search in all projects
 

Summary

Write here a summary (1 line)


Pascal

 functionMatchFor(APath: string; IgnoreIndex: Integer = -1): TJvAppSubStorage;


Parameters

Parameters Description
APath: string Description for this parameter
IgnoreIndex: Integer = -1 Description for this parameter


Description

Retrieves the sub storage for the given root path, optionally ignoring a specific sub storage. The specified path is assumed to be at root level (regardless whether the paths starts with a backslash () or not) and leading and trailing backslashes are removed automatically. The last element in the path string is ignored to avoid returning a sub storage for the root path itself. To search for a sub store for a root path, simply add '*' at the end of the 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