JVCL Help:TJvWizardChangePageEvent
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvWizardChangePageEvent type
[+] JvWizard.pas Types
Search in JVCL Help
Search in all projectsSummary
Defines the event type used when the active page in a wizard is changed.
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. |
Description
TJvWizardChangePageEvent is the type of the TJvWizardCustomPage.OnEnterPage and TJvWizardCustomPage.OnExitPage events.
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