JVCL Help:IPageList

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
run\JvPageList.pas


Summary

An interface that must be implemented by controls that want to be assignable to the PageList property of other controls.

run\JvPageList.pas


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.

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