JVCL Help:TJvCustomItemViewer.ItemChanging
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomItemViewer.ItemChanging Method
[+] TJvCustomItemViewer Events
[+] TJvCustomItemViewer Methods
[+] TJvCustomItemViewer Properties
Search in JVCL Help
Search in all projectsSummary
Called when an item is about to change.
Pascal
procedureItemChanging(Item: TJvViewerItem; varAllowChange: Boolean); virtual;
Parameters
Parameters | Description |
Item: TJvViewerItem | The item that is about to change. |
var AllowChange: Boolean | Determines if the item is allowed to change. |
Description
ItemChanging is called before an item is changed. This method calls the OnItemChanging event. When AllowChange is set to false, the change is canceled.
See Also
TJvCustomItemViewer.OnItemChanging
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