JVCL Help:TJvWizardSelectPageEvent
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvWizardSelectPageEvent type
[+] JvWizard.pas Types
Search in JVCL Help
Search in all projectsSummary
Occurs when the selected page changes.
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. |
Description
TJvWizardSelectPageEvent is an event type used by several events in TJvWizard.
See Also
TJvWizard.OnSelectFirstPage, TJvWizard.OnSelectLastPage, TJvWizard.OnSelectNextPage, TJvWizard.OnSelectPriorPage
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