JVCL Help:TJvWizard.IsForward
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvWizard.IsForward Method
[+] TJvWizard Events
[+] TJvWizard Methods
[+] TJvWizard Properties
Search in JVCL Help
Search in all projectsSummary
Checks whether FromPage is before ToPage
Pascal
functionIsForward(constFromPage: TJvWizardCustomPage; constToPage: TJvWizardCustomPage): Boolean;
Parameters
Parameters | Description |
const FromPage: TJvWizardCustomPage | The first page. |
const ToPage: TJvWizardCustomPage | The last page. |
Return Value
True if FromPage is before ToPage.
Description
Call IsForward to determine if FromPage is before ToPage in the Pages array.
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