JVCL Help:TJvCustomInspectorItem.Delete@Integer

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.


Pascal

 procedureDelete(constIndex: Integer); virtual; overload;
procedureDelete(constItem: TJvCustomInspectorItem); virtual; overload;
procedureDelete(constData: TJvCustomInspectorData); virtual; overload;


Parameters

Parameters Description
const Index: Integer Index of child item to delete.
const Item: TJvCustomInspectorItem Item to delete.
const Data: TJvCustomInspectorData Data instance to delete.


Description

Delete removes an item from the list of child items. The item and data layer instance will be freed as well.


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