[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 407
type TModalResult = (Integer)..(Integer); |
Even though the type is defined as an integer, only the defined constant values should be used (mrOK...).
|
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. |
lazarus-ccr.sourceforge.net |