JVCL Help:TJvCustomPageList.PageList

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

Search in JVCL Help

 
Search in all projects
 

Summary

Specifies the internal TList that holds the page instances at run-time.


Pascal

 propertyPageList: TList;


Description

PageList is a reference to the internal TList that at run-time holds the TJvCustomPage instances that are owned by the control. You should normally not use this property. Instead, use the Pages property to directly access the pages in the list.


See Also

TJvCustomPageList.Pages, TJvCustomPage


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