Previous topic

AppGetStatusBarHandle

Next topic

AppGetUserColorTable

This Page

AppGetToolbarInfoΒΆ

AppGetToolbarInfo returns a matrix with toolbar names and an information if the toolbar is visible.

smInfo = AppGetToolbarInfo()

Return Value

smInfo is a string matrix with two columns. The first column contains “1”, if the toolbar is visible or “0”, if the toolbar is not displayed. The second column contains the toolbar name.

History

Version Description
5.10.0 New

id-750753