JVCL Help:IJvDataItem.IsDeletable

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

Search in JVCL Help

 
Search in all projects
 

Summary

Determines if the item may be removed from the list.


Pascal

 functionIsDeletable: Boolean;


Description

IsDeletable determines if the item is allowed to be removed from the items list. If the item is allowed to be removed the function will return True, False otherwise.
IsDeletable is used in those cases where the provider generates a number of fixed items that should never be deleted. In most cases IsDeletable will be context-depend nt, i.e. the item can't be deleted from the context-less item tree, but is deletable from a context-specific tree.


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