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

TMsgDlgBtn

Constants to define possible buttons on a dialog.

Declaration

Source position: dialogs.pp line 38

type TMsgDlgBtn = (

  mbYes,

  

  mbNo,

  

  mbOK,

  

  mbCancel,

  

  mbAbort,

  

  mbRetry,

  

  mbIgnore,

  

  mbAll,

  

  mbNoToAll,

  

  mbYesToAll,

  

  mbHelp,

  

  mbClose

  

);

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