JVCL Help:TJvComboListBox.Delete
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvComboListBox.Delete Method
[+] TJvComboListBox Events
[+] TJvComboListBox Methods
[+] TJvComboListBox Properties
Search in JVCL Help
Search in all projectsSummary
Deletes an item from the Items list.
Pascal
procedureDelete(Index: Integer);
Parameters
Parameters | Description |
Index: Integer | Index of the item to delete. |
Description
Delete is equivalent to Items.Delete but also makes sure that if the item deleted contains a TPicture, the picture is freed.
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