JVCL Help:TJvCustomPageList.Pages

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

Search in JVCL Help

 
Search in all projects
 

Summary

Lists all the pages in the page list control.


Pascal

 propertyPages [Index: Integer]: TJvCustomPage;


Description

Use Pages to gain direct access to a particular page in the page list control. For example, use Pages to disable individual pages. Specify which page to access using Index, where an Index of 0 specifies the first page, an Index of 1 specifies the second page, and so on. Each page is a TJvCustomPage or descendant object.
To locate a page in the page list by its position relative to another page, use the FindNextPage method. Please note that Pages is a read-only property. To add a page to a page control at design time, right click and select "New Page". To add a page to a page list control at runtime, create the page and set its PageList property to the page list control. To delete a page at design time, right click and selected "Delete". To delete a page at runtime, set its PageList property to nil and then destroy it by calling its Free method.


See Also

TJvCustomPageList.ActivePage, TJvCustomPageList.FindNextPage, TJvCustomPageList.PageList, 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