[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Constants to define possible buttons on a dialog.
Source position: dialogs.pp line 38
type TMsgDlgBtn = ( |
||
mbYes, |
|
|
mbNo, |
|
|
mbOK, |
|
|
mbCancel, |
|
|
mbAbort, |
|
|
mbRetry, |
|
|
mbIgnore, |
|
|
mbAll, |
|
|
mbNoToAll, |
|
|
mbYesToAll, |
|
|
mbHelp, |
|
|
mbClose |
|
|
); |
lazarus-ccr.sourceforge.net |