JVCL Help:TJvWizard.OnActivePageChanging

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

Search in JVCL Help

 
Search in all projects
 

Summary

Occurs when the active page will be changed.


Pascal

 TJvWizardChangingPageEvent = procedure (Sender: TObject; var ToPage: TJvWizardCustomPage) ofobject;
propertyOnActivePageChanging: TJvWizardChangingPageEvent;


Parameters

Parameters Description
ToPage Description for this parameter
Sender Description for this parameter


Description

Write a handler for the OnActivePageChanging if you want to be notified before the active page has changed. OnActivePageChanging is a general handler for all pages.


See Also

TJvWizard.OnActivePageChanged


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