JVCL Help:TJvAppStorageListItemEvent
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvAppStorageListItemEvent type
[+] JvAppStorage.pas Types
Search in JVCL Help
Search in all projectsSummary
Event type used to read or write a list item.
Pascal
run\JvAppStorage.pas
TJvAppStorageListItemEvent = procedure (Sender: TJvCustomAppStorage; const Path: string; const List: TObject; constIndex: Integer; const ItemName: string) ofobject;
Parameters
Parameters | Description |
Sender | Reference to the backend storage requesting the read or write. |
Path | Path of the list. |
List | Description for this parameter |
Index | Index of the item to read or write. |
ItemName | Description for this parameter |
Description
The TJvAppStorageListItem event is used to read or write a specific item in the list.
See Also
TJvCustomAppStorage.ReadList, TJvCustomAppStorage.WriteList
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