JVCL Help:TJvCustomAppStorage.WriteStringList
JVCL Help: TJvCustomAppStorage.WriteStringList Method
Search in JVCL Help
Search in all projectsSummary
Stores a list of strings.
Pascal
procedureWriteStringList(constPath: string; constSL: TStrings; constItemName: string = cItem);
Parameters
Parameters | Description |
const Path: string | Path (relative to the current path) where the strings are to be stored. |
const SL: TStrings | String list to store. |
const ItemName: string = cItem | Prefix of the sub path for the items. |
Description
WriteStringList stores a list of strings in the storage. WriteStringList uses the WriteList method in combination with specialized OnWriteItem and OnDeleteItems handlers that will write the individual items from the list in the storage an remove excessive items. Items are stored in the Itemx format where x is the 0-based index of the item.
See Also
TJvCustomAppStorage.ReadStringList, TJvCustomAppStorage.WriteBinary, TJvCustomAppStorage.WriteDateTime, TJvCustomAppStorage.WriteFloat, TJvCustomAppStorage.WriteInteger, TJvCustomAppStorage.WriteList, TJvCustomAppStorage.WriteString
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