[Overview][Types][Classes][Procedures and functions][Variables][Index] |
Source position: lcltaskdialog.pas line 147
type TCommonButton = ( |
||
cbOK, |
|
|
cbYes, |
|
|
cbNo, |
|
|
cbCancel, |
|
|
cbRetry, |
|
|
cbClose |
|
|
); |
The standard common buttons handled by the Task Dialog.
lazarus-ccr.sourceforge.net |