Previous topic

Browser_SetDataFile

Next topic

Browser_SortCallback

This Page

Browser_ShowΒΆ

Browser_Show displays or hides the data browser window.

bool = Browser_Show(bVisible)

Return Value

Is TRUE (1), if the function was successful and otherwise FALSE (0).

Parameters

bVisible

Is TRUE (1), if the browser window is visible and otherwise FALSE (0).

History

Version Description
5.20 New.

id-1714114