mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-14 15:19:11 +02:00
LCL: MessageBox: default parameter Flags = MB_OK, bug #27510
git-svn-id: trunk@47926 -
This commit is contained in:
parent
0257e85a96
commit
732401b881
@ -1417,7 +1417,7 @@ type
|
||||
procedure HideHint;
|
||||
procedure HintMouseMessage(Control : TControl; var AMessage: TLMessage);
|
||||
procedure Initialize; override;
|
||||
function MessageBox(Text, Caption: PChar; Flags: Longint): Integer;
|
||||
function MessageBox(Text, Caption: PChar; Flags: Longint = MB_OK): Integer;
|
||||
procedure Minimize;
|
||||
procedure ModalStarted;
|
||||
procedure ModalFinished;
|
||||
|
Loading…
Reference in New Issue
Block a user