JVCL Help:IPageList
JVCL Help: IPageList Interface
Search in JVCL Help
Search in all projectsClass Hierarchy
IPageList
TJvCustomPageList
run\JvPageList.pas
Summary
An interface that must be implemented by controls that want to be assignable to the PageList property of other controls.
Pascal
run\JvPageList.pas
IPageList = interface;
Description
IPageList should be implemented by controls that should be assignment compatible with the PageList property of other controls. For example, the TJvPageList control implements this interface making it possible to use it in combination with the TJvSettingsTreeView and TJvPageListTreeView controls.
The methods of IPageList is called by the IPageList consumer (any component that have a writeable IPageList property). For example, TJvPageListTreeView calls the methods of the IPageList assigned to its PageList property when the selected node is changed.
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