JVCL Help:TJvAppStorageListItemEvent

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

Search in JVCL Help

 
Search in all projects
 

Summary

Event type used to read or write a list item.

run\JvAppStorage.pas


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

run\JvAppStorage.pas


Description

The TJvAppStorageListItem event is used to read or write a specific item in the list.

run\JvAppStorage.pas


See Also

TJvCustomAppStorage.ReadList, TJvCustomAppStorage.WriteList

run\JvAppStorage.pas


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