JVCL Help:TJvDataItemTextImpl.Editable
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvDataItemTextImpl.Editable Method
[+] TJvDataItemTextImpl Methods
[+] TJvDataItemTextImpl Properties
Search in JVCL Help
Search in all projectsSummary
Specifies if the caption of the item is editable.
Pascal
functionEditable: Boolean; override;
Description
Editable specifies if the caption of the item is editable in the user interface (e.g. an edit control). If the caption should be editable from the user interface the method returns True
, otherwise False
is returned. This implementation returns True
at all times.
Note that the return value of Editable does not necessarily mean the caption 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