JVCL Help:TJvCustomAppStorage.GetStoredValues

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

Search in JVCL Help

 
Search in all projects
 

Summary

Retrieves a list of values and folders in the storage.


Pascal

 procedureGetStoredValues(constPath: string; constStrings: TStrings; constOptions: TJvAppStorageEnumOptions = [aeoValues, aeoReportListAsValue, aeoRecursive]);


Parameters

Parameters Description
const Path: string Path (relative to the current path) of the folder to scan.
const Strings: TStrings TStrings descendant to receive the list of values and or folders. Each item will refer to a folder and/or a value. The associated TObject is actually an Integer containing a combination of the aptFolder and aptValue flags.
const Options: TJvAppStorageEnumOptions = [aeoValues, aeoReportListAsValue, aeoRecursive] Scanning options to use (see TJvAppStorageEnumOptions for more information).


Description

GetStoredValue will retrieve a list of values and/or folders in the storage. The scanning will start in the specified folder and returned in the TStrings list provided. The Options parameter will determine what will be returned and how, and whether or not sub folders are scanned.


See Also

TJvAppStorageEnumOptions


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