JVCL Help:TJvCustomTabBar.ClosingTab

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

Search in JVCL Help

 
Search in all projects
 

Summary

Tab that is in the process of Closing after clicking on its' close button.


Pascal

 propertyClosingTab: TJvTabBarItem;


Description

ClosingTab is a read-only TJvTabBarItem property that indicates a tab that is the process of Closing after clicking on the close button for the tab. ClosingTab is updated during handling of mouse events for the control.
Use OnTabClosing and OnTabClosed to implement application-specific processing required when before and after assignment of the tab in ClosingTab.
Use AutoFreeClosed to indicate if the tab item in Tabs is automatically free after closing.


See Also

TJvTabBarItem, TJvCustomTabBar.OnTabClosing, TJvCustomTabBar.OnTabClosed, TJvCustomTabBar.AutoFreeClosed


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