[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Dummy type for the values that can be returned as a modal result.
Source position: forms.pp line 482
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.0 | Generated 2025-05-03 | Home |