DocIsVisibleΒΆ

DocIsVisible checks if the document window is visible or hidden.

bIsVisible = DocIsVisible(hDoc)

Return Value

bIsVisible is TRUE (1) if the document window is visible and otherwise FALSE (0).

Parameters

hDoc

Identifies the document.

History

Version Description
5.20.0 New.

id-1712624