JVCL Help:TJvWizard.OnNextButtonClick
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvWizard.OnNextButtonClick Property
[+] TJvWizard Events
[+] TJvWizard Methods
[+] TJvWizard Properties
Search in JVCL Help
Search in all projectsSummary
Occurs when the next button is clicked.
Pascal
propertyOnNextButtonClick: TNotifyEvent;
Description
Write a handler for the OnNextButtonClick if you want to be notified when the next button is clicked. OnNextButtonClick is a general handler for next button clicks on all pages. To handle button clicks for a specific page only, use OnNextButtonClick of TJvCustomPage instead.
See Also
TJvWizard.OnBackButtonClick, TJvWizard.OnCancelButtonClick, TJvWizard.OnFinishButtonClick, TJvWizard.OnHelpButtonClick, TJvWizard.OnLastButtonClick, TJvWizard.OnStartButtonClick
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