PageList class
Returns TRUE if the pagelist supports sub-pages.
bHasThem = pagelist.HasSubPages( )
Variable | Description |
---|---|
bHasThem | TRUE if the pagelist supports sub-pages. BOOLEAN. |
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.
if (MyDialog.MyPageList.HasSubPages()) //...