JVCL Help:TJvTabBarItemEvent
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTabBarItemEvent type
[+] JvTabBar.pas Types
Search in JVCL Help
Search in all projectsSummary
Implements an event type for selected or closing tabs.
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. |
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.
See Also
TJvTabBarItem, TJvTabBarItems, TJvCustomTabBar.OnTabSelected, TJvCustomTabBar.OnTabClosed
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