JVCL Help:TJvCustomAppStorage.ReadStringObjectList@string@TStrings@Boolean@string
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomAppStorage.ReadStringObjectList Method (string, TStrings, Boolean, string)
[+] TJvCustomAppStorage Events
[+] TJvCustomAppStorage Fields
[+] TJvCustomAppStorage Methods
[+] TJvCustomAppStorage Properties
Search in JVCL Help
Search in all projectsSummary
Reads a string list with addition objects.
Pascal
functionReadStringObjectList(constPath: string; constSL: TStrings; constClearFirst: Boolean = True; constItemName: string = cItem): Integer; overload;
functionReadStringObjectList(constPath: string; constSL: TStrings; ItemCreator: TJvAppStorageObjectListItemCreateEvent; constClearFirst: Boolean = True; constItemName: string = cItem): Integer; overload;
Parameters
Parameters | Description |
const Path: string | Description for this parameter |
const SL: TStrings | Description for this parameter |
const ClearFirst: Boolean = True | Description for this parameter |
const ItemName: string = cItem | Prefix of the sub path for the items. |
ItemCreator: TJvAppStorageObjectListItemCreateEvent | Description for this parameter |
Description
Retrieves a string list with addition objects. The ObjectType of the Object is retrieved from the stored "Classname" value. The string list is optionally cleared before reading starts. The result value is the number of items read. Uses ReadList with internally provided methods to do the actual reading.
See Also
TJvCustomAppStorage.WriteStringObjectList
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