[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 363
type TModalResult = ( 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.
|
mrNone |
|
|
mrOK |
|
|
mrCancel |
|
|
mrAbort |
|
|
mrRetry |
|
|
mrIgnore |
|
|
mrYes |
|
|
mrNo (not the same as mrNone) |
|
|
mrAll |
lazarus-ccr.sourceforge.net |