JVCL Help:TJvWizardPageClickEvent
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvWizardPageClickEvent type
[+] JvWizard.pas Types
Search in JVCL Help
Search in all projectsSummary
Event type used by events that are triggered by clicking on the buttons of a wizard control.
Pascal
run\JvWizard.pas
TJvWizardPageClickEvent = procedure (Sender: TObject; var Stop: Boolean) ofobject;
Parameters
Parameters | Description |
Sender | The control that triggered the event. |
Stop | Set this to true to cancel the operation of the button. For example, if the button is a "Next" button, setting Stop to true, will prevent the control to move to the next page. |
Description
TJvWizardPageClickEvent is the event type of the navigation events of a TJvWizard, like OnBackButtonClick and OnNextButtonClick among others.
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