JVCL Help:TJvWizard.IsLastPage
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvWizard.IsLastPage Method
[+] TJvWizard Events
[+] TJvWizard Methods
[+] TJvWizard Properties
Search in JVCL Help
Search in all projectsSummary
Checks whether the specified page is the last page.
Pascal
functionIsLastPage(constAPage: TJvWizardCustomPage; CheckDisable: Boolean = True): Boolean;
Parameters
Parameters | Description |
const APage: TJvWizardCustomPage | The page to check. |
CheckDisable: Boolean = True | Specifies whether disabled pages are checked. |
Return Value
True if APage is the last page in the wizard.
Description
Call IsLastPage to determine whether the specified page is the last page in the wizard.
See Also
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