JVCL Help:TJvWizard.OnActivePageChanging
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvWizard.OnActivePageChanging Event
[+] TJvWizard Events
[+] TJvWizard Methods
[+] TJvWizard Properties
Search in JVCL Help
Search in all projectsSummary
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
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