Property Integer peChangedViewExitAction
Read Access: | Get peChangedViewExitAction to IntegerVariable |
Write Access: | Set peChangedViewExitAction to IntegerVariable/Value |
Determines how a view should handle unsaved changes when closing a view during during back navigation (NavigateClose, NavigateCancel).
Valid values are:
Constant | Meaning |
---|---|
cveConfirmSaveClearCancel (0) | Confirm close with a Save, Clear Cancel dialog |
cveConfirmAbandonChanges (1) | Confirm close with an abandon changes dialog |
cveSave (2) | Attempt to save the view before closing |
cveAbandonChanges (3) | Ignore the changes and close the view |