JVCL Help:TJvWizard.IsFirstPage
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvWizard.IsFirstPage Method
[+] TJvWizard Events
[+] TJvWizard Methods
[+] TJvWizard Properties
Search in JVCL Help
Search in all projectsSummary
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
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