JVCL Help:TJvTabBar.AutoFreeClosed

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

Search in JVCL Help

 
Search in all projects
 

Summary

Indicates if a tab is automatically freed when its' close button is clicked.


Pascal

 propertyAutoFreeClosed: Boolean;


Description

AutoFreeClosed is a Boolean property that indicates if a tab item in the Tabs collection is automatically freed when its' close button is clicked. AutoFreeClosed is used following a mouse up event on the close button. When AutoFreeClosed contains True, the affected tab is hidden prior to signaling the OnTabClosed event handler and freeing the TJvTabBarItem instance. When AutoFreeClosed contains False, the affected tab is neither hidden nor freed but the OnTabClosed event handler is still signaled. The default value for AutoFreeClosed is True, as assigned in the constructor for the control.


See Also

TJvCustomTabBar.Tabs, TJvCustomTabBar.OnTabClosed, TJvTabBarItems, TJvTabBarItem


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