JVCL Help:TJvCustomPageList
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomPageList Class
[+] JvPageList.pas Classes
[+] TJvCustomPageList Events
[+] TJvCustomPageList Methods
[+] TJvCustomPageList Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
IPageList
TJvCustomPageList
TJvCustomNavigationPane
TJvPageList
run\JvPageList.pas
Summary
Base class for page list components.
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.
See Also
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