PreviousNext
Help > Programming with LAUNCHER Office > LNCCMD commands > Commands list > MIN command
MIN command

 Minimizes the current window.

 

Syntax

 

CHGVAR

VAR(&CMD) VALUE('MIN')

CHGVAR

VAR(&PARM1) VALUE(['Window handle'])

CHGVAR

VAR(&PARM2) VALUE(' ')

CALL

PGM(LNCCMD) PARM(&HANDLE &CMD &OPT &PARM1 +

&PARM2 &RESULT)

 

Parameters

 

Parameters

 

Parm1

The "Window handle" is not mandatory. This handle was returned by a previous call to LNCCMD with command STO.

If the handle is given, the windows having the specified handle is minimized, otherwise, the current active window is minimized.

 

RESULT

On return, this parameter contains the handle (10 digits) of the minimized windows.

 

 

 

See also

 

RCL

STO