Unit 'LCLTaskDialog' Package
[Overview][Types][Classes][Procedures and functions][Variables][Index] [#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.