[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Set of button messages for dialogs
Source position: dialogs.pp line 40
type TMsgDlgButtons = set of ( |
||
mbYes, |
|
|
mbNo, |
|
|
mbOK, |
|
|
mbCancel, |
|
|
mbAbort, |
|
|
mbRetry, |
|
|
mbIgnore, |
|
|
mbAll, |
|
|
mbNoToAll, |
|
|
mbYesToAll, |
|
|
mbHelp, |
|
|
mbClose |
|
|
); |
lazarus-ccr.sourceforge.net |