JVCL Help:TJvOutlookBar.OnPageChanging

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Occurs just before the active page is to be changed.


Pascal

 propertyOnPageChanging: TOutlookBarPageChanging;


Parameters

Parameters Description
Sender The object that triggered the event.
Index The page index of the page that is to be made active.
AllowChange Set this parameter to false to disallow changing to the new page.


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