Form.IsInputAvailable

Syntax:

IsInputAvailable()

Returned value:

Type: Boolean.
True - data can be entered into the form (form is active); False - form is not active.

Description:

Determines whether or not data can be entered into the form. Can be used to define whether form is activated or current.

Availability:

Thick client.

Example:

If IsInputAvailable() Then
    Message("Enter text");
EndIf
;


    

1C:Enterprise Developer's Community