Form.IsOpen

Syntax:

IsOpen()

Returned value:

Type: Boolean.
True open; False not open.

Description:

Defines whether the given form is open.

Availability:

Thick client.

Example:

If Not Form.IsOpen() Then
    Form.Open();
EndIf
;


    

1C:Enterprise Developer's Community