JVCL Help:TJvWizardSelectPageEvent

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 selected page changes.

run\JvWizard.pas


Pascal

 run\JvWizard.pas
 TJvWizardSelectPageEvent = procedure (Sender: TObject; FromPage: TJvWizardCustomPage; var ToPage: TJvWizardCustomPage) ofobject;


Parameters

Parameters Description
Sender The wizard that triggered the event.
FromPage The previously selected page. This parameter can be nil.
ToPage The currently selected page. This parameter can be nil.

run\JvWizard.pas


Description

TJvWizardSelectPageEvent is an event type used by several events in TJvWizard.

run\JvWizard.pas


See Also

TJvWizard.OnSelectFirstPage, TJvWizard.OnSelectLastPage, TJvWizard.OnSelectNextPage, TJvWizard.OnSelectPriorPage

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