JVCL Help:TJvWizard.OnCancelButtonClick

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 cancel button is clicked.


Pascal

 propertyOnCancelButtonClick: TNotifyEvent;


Description

Write a handler for the OnCancelButtonClick if you want to be notified when the cancel button is clicked. OnCancelButtonClick is a general handler for cancel button clicks on all pages. To handle button clicks for a specific page only, use OnCancelButtonClick of TJvCustomPage instead.


See Also

TJvWizard.OnBackButtonClick, TJvWizard.OnFinishButtonClick, TJvWizard.OnHelpButtonClick, TJvWizard.OnLastButtonClick, TJvWizard.OnNextButtonClick


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