JVCL Help:TJvAppStorageEnumOption

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

Search in JVCL Help

 
Search in all projects
 

Summary

Specifies enumeration options.

run\JvAppStorage.pas


Pascal

 run\JvAppStorage.pas
 TJvAppStorageEnumOption = (
aeoFolders,
aeoValues,
aeoReportListAsValue,
aeoReportRelative,
aeoRecursive
);
TJvAppStorageEnumOptions = setof TJvAppStorageEnumOption;


Members

Members Description
aeoFolders Enumerate folders (containers for values).
aeoValues Enumerate values.
aeoReportListAsValue A list is generally a folder containing a 'Count' value and a number of items. If this option is specified such folders are reported as a single value.
aeoReportRelative If this option is not specified all reported folders and values are fully qualified (and start with a backslash).
aeoRecursive Search sub folders.

run\JvAppStorage.pas


Description

The TJvAppStorageEnumOption type is used to specify the options for enumerating folders and values in the storage backend.

run\JvAppStorage.pas


See Also

TJvCustomAppStorage.GetStoredValues

run\JvAppStorage.pas


About

Navigation

no pages or subcategories

run\JvAppStorage.pas



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