Dummy type for the values that can be returned as a modal result.
Source position: forms.pp line 424
type TModalResult = UITypes.TModalResult; |
Even though the type is defined as an integer, only the defined constant values should be used (mrOK, mrCancel, et. al.).
|
Modal dialog left with None button. |
|
|
Modal dialog left with OK button. |
|
|
Modal dialog left with Cancel button. |
|
|
Modal dialog aborted. |
|
|
Modal dialog left with Retry button. |
|
|
Modal dialog left with Ignore button. |
|
|
Modal dialog left with Yes button. |
|
|
Modal dialog left with No button. |
|
|
Modal dialog left with All button. |