JVCL Help:TJvWizardChangePageEvent

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

Search in JVCL Help

 
Search in all projects
 

Summary

Defines the event type used when the active page in a wizard is changed.

run\JvWizard.pas


Pascal

 run\JvWizard.pas
 TJvWizardChangePageEvent = procedure (Sender: TObject; const FromPage: TJvWizardCustomPage) ofobject;


Parameters

Parameters Description
Sender The wizard that called the event.
FromPage The current or next page depending on the event. If it is an OnExitPage event, Page is the page that is receiving focus. If it is an OnEnterPage event, Page is the page losing focus. Note that Page can be nil.

run\JvWizard.pas


Description

TJvWizardChangePageEvent is the type of the TJvWizardCustomPage.OnEnterPage and TJvWizardCustomPage.OnExitPage events.

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