JVCL Help:TJvCustomAppStorage.ReadStringObjectList@string@TStrings@Boolean@string

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

Search in JVCL Help

 
Search in all projects
 

Summary

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