[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Forms' (#lcl)

TModalResult

Dummy type for the values that can be returned as a modal result.

Declaration

Source position: forms.pp line 407

type TModalResult = (Integer)..(Integer);

Description

Even though the type is defined as an integer, only the defined constant values should be used (mrOK...).

See also

controls.mrNone

  

Modal dialog left with None button.

controls.mrOK

  

Modal dialog left with OK button.

controls.mrCancel

  

Modal dialog left with Cancel button.

controls.mrAbort

  

Modal dialog aborted.

controls.mrRetry

  

Modal dialog left with Retry button.

controls.mrIgnore

  

Modal dialog left with Ignore button.

controls.mrYes

  

Modal dialog left with Yes button.

controls.mrNo

  

Modal dialog left with No button.

controls.mrAll

  

Modal dialog left with All button.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.