TabBarGadgetFunctionsGetTabBarGadgetText

TabBarGadget

ConfigurationExamplesFunctions
AddTabBarGadgetItemClearTabBarGadgetItemsCountTabBarGadgetItemsEventTypeFreeTabBarGadgetGetTabBarGadgetAttributeGetTabBarGadgetDataGetTabBarGadgetItemAttributeGetTabBarGadgetItemColorGetTabBarGadgetItemDataGetTabBarGadgetItemPositionGetTabBarGadgetItemStateGetTabBarGadgetItemTextGetTabBarGadgetStateGetTabBarGadgetTextRemoveTabBarGadgetItemSetTabBarGadgetAttributeSetTabBarGadgetDataSetTabBarGadgetFontSetTabBarGadgetItemAttributeSetTabBarGadgetItemColorSetTabBarGadgetItemDataSetTabBarGadgetItemImageSetTabBarGadgetItemPositionSetTabBarGadgetItemStateSetTabBarGadgetItemTextSetTabBarGadgetStateSetTabBarGadgetTextTabBarGadgetTabBarGadgetItemIDTabBarGadgetItemToolTipTabBarGadgetToolTipUpdateTabBarGadget
History

GetTabBarGadgetTextFUNCTION

Description

Returns the (fully) text of current selected tab in the specified tab bar gadget.

Syntax

Text.s = GetTabBarGadgetText( Gadget.i )

Parameters

Gadget A valid number of a tab bar gadget.

Return value

The (fully) text of the selected tab.
If no tab is selected it returns an empty string.
If more tabs are selected, it returns the text of the last selected tab.

See also

Union Bytes | Login