JVCL Help:TJvTabBarItemEvent

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

Search in JVCL Help

 
Search in all projects
 

Summary

Implements an event type for selected or closing tabs.

run\JvTabBar.pas


Pascal

 run\JvTabBar.pas
 TJvTabBarItemEvent = procedure (Sender: TObject; Item: TJvTabBarItem) ofobject;


Parameters

Parameters Description
Sender Tab bar control generating the event notification.
Item Tab item for the event notification.

run\JvTabBar.pas


Description

TJvTabBarItemEvent is an object procedure that implements an event handler signaled when a tab on the tabbed-bar control is Selected or Closed.
Sender is the TJvCustomTabBar control generating the event notification.
Item is the TJvTabBarItem instance for the event notification.
TJvTabBarItemEvent is the type used to implement the OnTabSelected and OnTabClosed event handler properties in TJvCustomTabBar.

run\JvTabBar.pas


See Also

TJvTabBarItem, TJvTabBarItems, TJvCustomTabBar.OnTabSelected, TJvCustomTabBar.OnTabClosed

run\JvTabBar.pas


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