JVCL Help:TJvListboxChange
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvListboxChange type
[+] JvListBox.pas Types
Search in JVCL Help
Search in all projectsSummary
Type for event handlers that let an application respond when an item is added or deleted in the list box.
Pascal
run\JvListBox.pas
TJvListboxChange = procedure (Sender: TObject; Item: string) ofobject;
Parameters
Parameters | Description |
Sender | The object that triggered the event. |
Item | Indicates the string that has been added or deleted. |
Description
Use TJvListboxChange to respond when an item is added or deleted in the list box.
See Also
TJvCustomListBox.OnAddString, TJvCustomListBox.OnDeleteString
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