JVCL Help:TJvListboxChange

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

Search in JVCL Help

 
Search in all projects
 

Summary

Type for event handlers that let an application respond when an item is added or deleted in the list box.

run\JvListBox.pas


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.

run\JvListBox.pas


Description

Use TJvListboxChange to respond when an item is added or deleted in the list box.

run\JvListBox.pas


See Also

TJvCustomListBox.OnAddString, TJvCustomListBox.OnDeleteString

run\JvListBox.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