HasSubPages Method

Class

PageList class

Action

Returns TRUE if the pagelist supports sub-pages.

Syntax

bHasThem = pagelist.HasSubPages( )
Variable Description
bHasThem TRUE if the pagelist supports sub-pages. BOOLEAN.

Notes

This method always returns FALSE in Windows.

HasSubPages indicates whether a pagelist supports sub-pages, which are pages with minor tabs or with no tabs. You can use this function to determine whether to use "/major/minor" notation when specifying pages or examining pagelist contents. For more information about major and minor tabs, see PageList Class.

Example

if (MyDialog.MyPageList.HasSubPages())
//...