JVCL Help:TJvFullColorList.Delete

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

Search in JVCL Help

 
Search in all projects
 

Summary

Delete an item from the list


Pascal

 procedureDelete(Index: Integer);


Parameters

Parameters Description
Index: Integer Index of the item to delete.


Description

This function delete an item from the list. After removing this item, items that had a greater Index are shifted to the right, the list is always packed. After deleting the item, the OnChange event is triggered with Operation = ofDelete.


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