JVCL Help:TJvComboListBox.Delete

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

Search in JVCL Help

 
Search in all projects
 

Summary

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