Form.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.

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:

Thick client.

Note:

If the form owns another form opened modally, this form cannot be closed until the child modal form is closed.

Example:

Close("OK");

    

1C:Enterprise Developer's Community