mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 16:59:20 +02:00
lcl: added mb_help
git-svn-id: trunk@38626 -
This commit is contained in:
parent
766d684f9f
commit
68fe7a297a
@ -766,6 +766,10 @@ const
|
||||
MB_YESNOCANCEL = $00000003;
|
||||
MB_YESNO = $00000004;
|
||||
MB_RETRYCANCEL = $00000005;
|
||||
MB_CANCELTRYCONTINUE = $00000006; // not yet supported by MessageDlg
|
||||
|
||||
MB_HELP = $00004000; // not yet supported by MessageDlg
|
||||
|
||||
MB_ICONHAND = $00000010;
|
||||
MB_ICONQUESTION = $00000020;
|
||||
MB_ICONEXCLAMATION = $00000030;
|
||||
|
Loading…
Reference in New Issue
Block a user