JVCL Help:IJvDataItemText.Editable

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

Search in JVCL Help

 
Search in all projects
 

Summary

Specifies if the text of the item or column is editable.


Pascal

 functionEditable: Boolean;


Description

Editable specifies if the text of the item or column is editable in the user interface (e.g. an edit control). If the text should be editable from the user interface the method returns True, otherwise False is returned. Note that the return value of Editable does not necessarily mean the text can or can't be changed. It only enables/disables the editing from the user interface, but consumers may ignore this method if they wish.


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