JVCL Help:TJvCustomTabBar.SelectedTab
JVCL Help: TJvCustomTabBar.SelectedTab Property
Search in JVCL Help
Search in all projectsSummary
Represents the currently selected tab in the tabbed-bar control.
Pascal
propertySelectedTab: TJvTabBarItem;
Description
SelectedTab is a TJvTabBarItem property that represents the current tab item selected on the tabbed-bar control. SelectedTab is updated when the control handles mouse movement and click operations.
Assigning a new tab item to the SelectedTab property causes the TJvTabBarItem instance to be scrolled into view on the control. When PageList is assigned and populated, the page with the same index value as the current tab is selected. If a page cannot be located for the TJvTabBarItem.Index value, no page is selected.
The OnTabSelected event handler is signaled after setting the selected tab and the optional page from the PageList using the newly selected tab item.
See Also
TJvTabBarItem, , TJvCustomTabBar.PageList, TJvCustomTabBar.OnTabSelected
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