lcl: added mb_help

git-svn-id: trunk@38626 -
This commit is contained in:
mattias 2012-09-12 21:52:59 +00:00
parent 766d684f9f
commit 68fe7a297a

View File

@ -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;