JVCL Help:TJvAppStorageListDeleteEvent

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 delete (part of) a list.

run\JvAppStorage.pas


Pascal

 run\JvAppStorage.pas
 TJvAppStorageListDeleteEvent = procedure (Sender: TJvCustomAppStorage; const Path: string; const List: TObject; const First, Last: Integer; const ItemName: string) ofobject;


Parameters

Parameters Description
Sender Reference to the backend storage requesting the delete.
Path Path of the list.
List Description for this parameter
First First item to remove.
Last Last item to remove.
ItemName Description for this parameter

run\JvAppStorage.pas


Description

The TJvAppStorageListDelete event is used to delete (part of) a list.

run\JvAppStorage.pas


See Also

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