JVCL Help:TJvWizardPageClickEvent

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

Search in JVCL Help

 
Search in all projects
 

Summary

Event type used by events that are triggered by clicking on the buttons of a wizard control.

run\JvWizard.pas


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.

run\JvWizard.pas


Description

TJvWizardPageClickEvent is the event type of the navigation events of a TJvWizard, like OnBackButtonClick and OnNextButtonClick among others.

run\JvWizard.pas


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