ManagedForm.Close

Syntax:

Close(<CloseParameter>)

Parameters:

<CloseParameter> (optional)

Type: Arbitrary.
Parameter for closing a form that was opened in modal mode. This value will be returned as a result of the method that opened the form modally.
In the modality cancellation mode, the parameter is transferred to the procedure described by the NotifyOnCloseDescription parameter of the OpenForm method or by the OnCloseNotifyDescription form property.
Default value: Undefined.

Description:

Closes form. If the form to be closed was opened in modal mode, the method can transmit the close command to the method for the form to be opened.

Availability:

Thin client, web-client, thick client, Mobile application (client).
Calling the method executes a server call.

Note:

It is not allowed to use this method for forms opened on the start page (in the Taxi interface) (on the desktop in the Version8_2 interface).

    

1C:Enterprise Developer's Community