JVCL Help:TJvWizard.IsLastPage

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

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

TJvWizard.IsFirstPage


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