Dialogs Component
Fnd_Dlg_SetCancelable
Fnd_Dlg_SetCancelable (cancelable)
Parameters
| Parameter | Type | Description |
|---|---|---|
| cancelable | Boolean | True if the dialog can be canceled |
Description
With the Fnd_Dlg_SetCancelable routine, you can specify whether or not the upcoming dialog can be canceled. This routine can be used in conjunction with the Fnd_Dlg_MessageOpen routine.
Extracted source text
Fnd_Dlg_SetCancelable (cancelable)
Parameter Type Description
cancelable Boolean True if the dialog can be canceled
With the Fnd_Dlg_SetCancelable routine, you can specify whether or not the upcoming dialog can be
canceled. This routine can be used in conjunction with the Fnd_Dlg_MessageOpen routine.