JVCL Help:TJvCustomPageList.PageCount

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

Search in JVCL Help

 
Search in all projects
 

Summary

Indicates the number of pages in the Pages array.


Pascal

 propertyPageCount: Integer;


Description

Use PageCount to determine the number of pages listed by the Pages property. PageCount is read-only.
To add a new page at design-time, right-click the page list and select "New page". To delete a page at design-time, right-click the control and select "Delete".
To add a new page at run-time, create the page dynamically and set its PageList property to the page list control that should contain it. To remove a page at run-time, set its PageList property to nil and then Free the page.


See Also

TJvCustomPageList.Pages


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