JVCL Help:TJvTreeView.OnPageChanged

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

Search in JVCL Help

 
Search in all projects
 

Summary

Occurs when the active tab of an associated page control is changed.


Pascal

 TPageChangedEvent = procedure (Sender: TObject; Item: TTreeNode; Page: TTabSheet) ofobject;
propertyOnPageChanged: TPageChangedEvent;


Parameters

Parameters Description
Page The new active page in the page control.
Item The selected node
Sender The control that triggered the event.


Description

Write a handler for this event to take specific action when clicking a node in the tree changes the active tab of an associated page control. This event only occurs when a page control is assigned to the PageControl property and a matching tab is found.


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