JVCL Help:TJvXPCustomWinXPBar.OnCanChange
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvXPCustomWinXPBar.OnCanChange Event
[+] TJvXPCustomWinXPBar Events
[+] TJvXPCustomWinXPBar Methods
[+] TJvXPCustomWinXPBar Properties
Search in JVCL Help
Search in all projectsSummary
Occurs before an item is about to be changed.
Pascal
TJvXPBarOnCanChangeEvent = procedure (Sender: TObject; Item: TJvXPBarItem; var AllowChange: Boolean) ofobject;
propertyOnCanChange: TJvXPBarOnCanChangeEvent;
Parameters
Parameters | Description |
AllowChange | Set to true to allow the change, False otherwise. |
Item | The item that is about to be selected or clicked. |
Sender | The control that triggered the event. |
Description
Write a handler for this event to conditionally allow or disallow changing to another item in the control.
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