ManagedForm.Close
Syntax:
Parameters:
<CloseParameter> (optional)
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:
Availability:
Calling the method executes a server call.
Note: