System Projects Reference > Situational Awareness System Projects > Situational Awareness Include Project > TabBar_GetOpenItemsCount

TabBar_GetOpenItemsCount

Gets the number of open items.

Syntax

TabBar_GetOpenItemsCount(INT nTabBarAN)

nTabBarAN

The AN of the tab bar.

Return Value

The number of open items

Example

// Add a Tab Bar  control "Tabbar.h" to a page
// The genie is named "Tabbar"
INT hTabBarAN = DspGetANFromName("Tabbar")
INT nCount = TabBar_GetOpenItemsCount(hTabBarAN)

Related Functions

Published June 2018