Application.GetCurrentDialog

string Application.GetCurrentDialog (

)

Example 1

dialog_name = Application.GetCurrentDialog();

Gets the name of the current dialog and stores it in the variable "dialog_name."

See also:  Related Actions