[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
TModalResult - the range of values that can be returned as a modal result
Source position: forms.pp line 380
type TModalResult = low(Integer)..high(Integer); |
TModalResult represents the value returned by a modal dialog. Even though the type is defined as an integer, instead a few standard constants are used as return results in applications.
|
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 |