JVCL Help:TJvWizard.IsFirstPage

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 first page.


Pascal

 functionIsFirstPage(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 first page in the wizard.


Description

Call IsFirstPage to determine whether the specified page is the first page in the wizard.


See Also

TJvWizard.IsLastPage


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