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

TCommonButton

Declaration

Source position: lcltaskdialog.pas line 147

type TCommonButton = (

  cbOK,

  

  cbYes,

  

  cbNo,

  

  cbCancel,

  

  cbRetry,

  

  cbClose

  

);

Description

The standard common buttons handled by the Task Dialog.

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