JVCL Help:TJvCustomInspectorItem.CanEdit
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomInspectorItem.CanEdit Method
[+] TJvCustomInspectorItem Events
[+] TJvCustomInspectorItem Methods
[+] TJvCustomInspectorItem Properties
Search in JVCL Help
Search in all projectsSummary
Determines if the item can be edited.
Pascal
functionCanEdit: Boolean; virtual;
Description
CanEdit determines if the item can be edited and returns True if that's the case. An item can be edited if all of the following conditions apply:
- It's not a read-only item (ReadOnly = False)
- The inspector is not read-only (Inspector.ReadOnly = False)
- The data instance has been initialized ( Data.IsInitialized returns True) * The data instance has a value (Data.HasValue returns True).
Can edit is used by InitEdit before the item is set to edit mode.
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