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