This documentation is archived and is not being maintained.
RunBase.cleanupDialog Method [AX 2012]
Provides a way to clean up after a dialog box has been canceled.
protected void cleanupDialog()
Run On
Called
protected void cleanupDialog()
{
myDialogClass = null;
}