Dialog.Close() Method

Version: Available or changed with runtime version 1.0.

Closes a dialog window that has been opened by the OPEN method.

Syntax

 Dialog.Close()

Note

This method can be invoked without specifying the data type name.

Parameters

Dialog
 Type: Dialog
An instance of the Dialog data type.

Remarks

If Close is used on a dialog window that is not open, a run-time error will occur. The dialog windows of an object are automatically closed when the object terminates.

See Also

Dialog Data Type
Get Started with AL
Developing Extensions