void DiscardProgressDialog (int progressDialog);
This function discards the progress dialog created in CreateProgressDialog.
| Input | ||
| Name | Type | Description |
| progressDialog | integer | Pass the panel handle of the progress dialog to discard. This value must be a value returned by the CreateProgressDialog function. |
None.