JVCL Help:TJvCustomAppStorage.ListStored
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomAppStorage.ListStored Method
[+] TJvCustomAppStorage Events
[+] TJvCustomAppStorage Fields
[+] TJvCustomAppStorage Methods
[+] TJvCustomAppStorage Properties
Search in JVCL Help
Search in all projectsSummary
Determines if the specified path is a list.
Pascal
functionListStored(constPath: string; constItemName: string = cItem): Boolean;
Parameters
Parameters | Description |
const Path: string | Path (relative to the current path) to check. |
const ItemName: string = cItem | Description for this parameter |
Description
ListStored determines if the specified path is a list. A folder is considered to be a list if it contains the Count value and Itemx values (x being a 0-based index).
If the specified path refers to a list ListStored returns True, otherwise False is returned.
See Also
TJvCustomAppStorage.IsFolder, TJvCustomAppStorage.ValueStored
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