JVCL Help:TJvAppStorageListDeleteEvent
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvAppStorageListDeleteEvent type
[+] JvAppStorage.pas Types
Search in JVCL Help
Search in all projectsSummary
Event type used to delete (part of) a list.
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 |
Description
The TJvAppStorageListDelete event is used to delete (part of) a list.
See Also
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