Global definitions

Definition Type

ButtonResult
ButtonType
CheckBox CheckBox state.
DialogType


Definition Type

ButtonResult

Type:

    integer

Possible values:

  • mrNone (0): Returned when the dialog is closed or the Close button is pressed.
  • mrOK (1): Returned when the 'ok' button is pressed.
  • mrCancel (2): Returned when the 'cancel' button is pressed.
  • mrAbort (3): Returned when the 'abort' button is pressed.
  • mrRetry (4): Returned when the 'retry' button is pressed.
  • mrIgnore (5): Returned when the 'ignore' button is pressed.
  • mrYes (6): Returned when the 'yes' button is pressed.
  • mrNo (7): Returned when the 'no' button is pressed.
  • mrAll (8): Returned when the 'all' button is pressed.
  • mrNoToAll (9): Returned when the 'no to all' button is pressed.
  • mrYesToAll (10): Returned when the 'yes to all' button is pressed.
  • mrLast (10): Returned when the 'last' button is pressed.
ButtonType

Type:

    integer

Possible values:

  • mbYes (0): A button with the locale text for 'Yes'. Returns mrYes.
  • mbNo (1): A button with the locale text for 'No'.
  • mbOK (2): A button with the locale text for 'Ok'.
  • mbCancel (3): A button with the locale text for 'Cancel'.
  • mbAbort (4): A button with the locale text for 'Abort'.
  • mbRetry (5): A button with the locale text for 'Retry'.
  • mbIgnore (6): A button with the locale text for 'Ignore'.
  • mbAll (7): A button with the locale text for 'All'.
  • mbNoToAll (8): A button with the locale text for 'No to all'.
  • mbYesToAll (9): A button with the locale text for 'Yes to all'.
  • mbHelp (10): A button with the locale text for 'Help'.
  • mbClose (11): A button with the locale text for 'Close'.
CheckBox
CheckBox state.

Type:

    integer

Possible values:

  • cbUnchecked (0) Not checked
  • cbChecked (1) Checked
  • cbGrayed (2) Grayed

See also:

DialogType

Type:

    integer

Possible values:

  • mtWarning (0): Display a dialog with a Warning icon(red !) and play the Warning sound.
  • mtError (1): Display a dialog with an Error icon(red X) and play the Error sound.
  • mtInformation (2): Displays a dialog with the Information(Blue !) icon.
  • mtConfirmation (3): Displays a dialog with the Confirmation (?) icon.
generated by LDoc 1.4.6-antum-dev-1 Last updated 2019-02-27 23:30:35