JVCL Help:TJvWizardRouteMapNodes.OnDisplaying

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 a page is to be displayed.


Pascal

 propertyOnDisplaying: TJvWizardRouteMapDisplayEvent;


Parameters

Parameters Description
Sender The route map that called the event.
Page The page that is about to be activated. This can be nil.
AllowDisplay Set to True to allow the page change, False otherwise.


Description

Write a handler for this event in a derived route map control when you want to be notified about a page change and have the possibility to cancel the change. OnDisplaying is called by CanChange.


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