JVCL Help:TJvCustomAppStorage.WriteObjectList
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomAppStorage.WriteObjectList Method
[+] TJvCustomAppStorage Events
[+] TJvCustomAppStorage Fields
[+] TJvCustomAppStorage Methods
[+] TJvCustomAppStorage Properties
Search in JVCL Help
Search in all projectsSummary
Stores a list of objects.
Pascal
procedureWriteObjectList(constPath: string; List: TList; constItemName: string = cItem);
Parameters
Parameters | Description |
const Path: string | Path (relative to the current path) where the value is to be stored. |
List: TList | Value to store. |
const ItemName: string = cItem | Prefix of the sub path for the items. |
Description
Call WriteObjectList to stores a list of objects. Uses WriteList with internally provided methods to do the actual storing.
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