JVCL Help:TJvCustomPageList.HiddenPageList

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

Search in JVCL Help

 
Search in all projects
 

Summary

Write here a summary (1 line)


Pascal

 propertyHiddenPageList: TList;


Description

HiddenPageList is a protected read-only TList property that stores pages in the list that are currently visible or accessible using page navigation methods.
HiddenPageList is maintained during calls to the HidePage and ShowPage methods. TJvCustomPage instances are added to HiddenPageList in HidePage. The page instances are removed from the hidden page list in ShowPage.


See Also

TJvCustomPage, TJvCustomPageList.HidePage, TJvCustomPageList.ShowPage, TJvCustomPageList.PrevPage, TJvCustomPageList.NextPage


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