.. highlightlang:: us .. _showwaitcursor: ShowWaitCursor ============== .. index:: ShowWaitCursor .. us.tag ShowWaitCursor ENGLISH :ref:`ShowWaitCursor` turns the wait cursor on or off. .. function:: bool = ShowWaitCursor(bShow) .. us.return **Return Value** *bool* is TRUE (1), if the function was successful, and otherwise FALSE (0). .. us.params **Parameters** .. uparam:: bShow When *bShow* is TRUE (1), the wait cursor will be turned on. If FALSE (0), the wait cursor will be turned off. .. seealso:: :ref:`MessageBeep`, :ref:`MessageBox` :sub:`id-1882791`