JVCL Help:TJvTabBar.OnTabClosed

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

Search in JVCL Help

 
Search in all projects
 

Summary

Event signaled when a tab on the control has been closed.


Pascal

 propertyOnTabClosed: TJvTabBarItemEvent;


Description

OnTabClosed is a TJvTabBarItemEvent property that represents the event handler signaled when an item in the Tabs collection has been marked as the ClosingTab. OnTabClosed is signaled after the TJvTabBarItem instance has updated its' Visible property, and before it is freed when AutoFreeClosed contains True. Use OnTabClosing to perform processing required before the tab is assigned as the ClosingTab for the control.


See Also

TJvCustomTabBar.OnTabClosing, TJvCustomTabBar.AutoFreeClosed, TJvTabBarItem.Visible, TJvCustomTabBar.Tabs, TJvCustomTabBar.ClosingTab


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