[Overview][Resource strings][Constants][Types][Classes][Procedures and functions] |
Source position: fpgui.pas line 102
type TMsgDlgButtons = set of ( |
||
mbYes, |
|
|
mbNo, |
|
|
mbOK, |
|
|
mbCancel, |
|
|
mbApply, |
|
|
mbAbort, |
|
|
mbRetry, |
|
|
mbIgnore, |
|
|
mbAll, |
|
|
mbNoToAll, |
|
|
mbYesToAll, |
|
|
mbHelp |
|
|
); |