JVCL Help:TJvCustomPageList

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

IPageList
TJvCustomPageList
TJvCustomNavigationPane
TJvPageList
run\JvPageList.pas


Summary

Base class for page list components.

run\JvPageList.pas


Pascal

 run\JvPageList.pas
 TJvCustomPageList = class(TJvCustomControl, IUnknown, IPageList);


Description

Use TJvCustomPageList as a base class when defining a control that should contain a series of pages where only one page is visible at a time. A page list is very similar to a TPageControl but its pages do not have any tabs.
Do not create instances of TJvCustomPageList. To put a page list on a form, use a descendant of TJvCustomPageList, such as TJvPageList.

run\JvPageList.pas


See Also

TJvPageList, TJvCustomPage

run\JvPageList.pas


About

Navigation

run\JvPageList.pas



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