JVCL Help:TJvCustomOutlookBar.OnPageChanging
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomOutlookBar.OnPageChanging Event
[+] TJvCustomOutlookBar Events
[+] TJvCustomOutlookBar Methods
[+] TJvCustomOutlookBar Properties
Search in JVCL Help
Search in all projectsSummary
Occurs just before the active page is to be changed.
Pascal
TOutlookBarPageChanging = procedure (Sender: TObject; Index: Integer; var AllowChange: Boolean) ofobject;
propertyOnPageChanging: TOutlookBarPageChanging;
Parameters
Parameters | Description |
AllowChange | Set this parameter to false to disallow changing to the new page. |
Index | The page index of the page that is to be made active. |
Sender | The object that triggered the event. |
Description
Write a handler for the OnPageChanging event to take specific actions before the currently active page is changed. For example, you can use this event to prevent the user from changing to another page.
See Also
TJvCustomOutlookBar.OnPageChange
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