Personlig finner jeg både WinAPI messagebox og Application.MessageBox og MessageDlg funksjoner cludgy og alltid legge følgende funksjon for hver app 
 funksjon MsgBox. (Konst Msg: string; mldType: Integer = MB_OK eller MB_ICONSTOP): Integer; begynne Resultat: = messagebox (Application.Handle, PChar (Msg), PChar (Application.Title), mldType); end;. 
 krever at Forms.pas er i bruk klausul 
Previous:BaseForm class 
Next Page:Fjern Skrivebeskyttet flagg fra file 
			 
        
