JVCL Help:TJvCustomAppStorage.ValueStored

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

Search in JVCL Help

 
Search in all projects
 

Summary

Determines if the specified path is a value.


Pascal

 functionValueStored(constPath: string): Boolean;


Parameters

Parameters Description
const Path: string Path (relative to the current path) to check.


Description

ValueStored determines if the specified path is a value that is stored in the storage. If the path does not point to a value ValueStored returns False, otherwise True will be returned.


See Also

TJvCustomAppStorage.IsFolder, TJvCustomAppStorage.ListStored


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