JVCL Help:TJvTreeView.PageControl

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

Search in JVCL Help

 
Search in all projects
 

Summary

Specifies a page control to associate with the control.


Pascal

 propertyPageControl: TPageControl;


Description

Assign a TPageControl (or descendant) to this property to make the tree view automatically change the active tab when a node is clicked in the tree view.
By default, the tree view searches the tabs of the page control for a caption matching the text of the node. If no tab is found, the active tab is not changed.
To control what tab gets activated, write a handler for the OnComparePage event.


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