[Overview][Types][Procedures and functions][Variables][Index] |
The MessageBox function displays an modal dialog, with the given text, caption, icon and buttons.
Source position: winapih.inc line 198
function MessageBox( |
hWnd: HWND; |
lpText: PChar; |
lpCaption: PChar; |
uType: Cardinal = MB_OK |
):Integer; |
lazarus-ccr.sourceforge.net |