DADiSP Worksheet Functions > S - Z > SETVISIBLE

 

SETVISIBLE

Purpose:

Sets or retrieves the application visibility state.

Syntax:

SETVISIBLE(state)

state

-

Optional. An integer, the visibility state:

0:

hidden

1:

visible

Returns:

An integer, the visibility state.

Example:

setvisible(1)

 

Sets the entire application to be visible.

Remarks:

If state is not provided, the current visibility state is returned.

 

See VISIBLE to set or retrieve the visibility state of the application running as an ActiveX Automation server.

See Also:

QUIT

VISIBLE