JVCL Help:TJvAppStorageEnumOption
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvAppStorageEnumOption type
Search in JVCL Help
Search in all projectsSummary
Specifies enumeration options.
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. |
Description
The TJvAppStorageEnumOption type is used to specify the options for enumerating folders and values in the storage backend.
See Also
TJvCustomAppStorage.GetStoredValues
About
no pages or subcategories
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