Dummy type for the values that can be returned as a modal result.
Source position: forms.pp line 484
type TModalResult = System.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 exited with the None button. |
|
|
Modal dialog exited with the OK button. |
|
|
Modal dialog exited with the Cancel button. |
|
|
Modal dialog aborted. |
|
|
Modal dialog exited with the Retry button. |
|
|
Modal dialog exited with the Ignore button. |
|
|
Modal dialog exited with the Yes button. |
|
|
Modal dialog exited with the No button. |
|
|
Modal dialog exited with the All button. |
| Version 4.6 | Generated 2026-02-20 | Home |