Computer Knowledge and Tutorials weblog, Computer knowledge, windows, linux, open source, programming, web apps

How to show message box in Delphi

In VB and VBNET you may use msgbox (”Hellow”), or MessageBox (”Hellow”) to create message box.

In Delphi/Lazarus, the method to do that is by using ShowMessage

(’Hellow’);

Tags: ,

Google
 

Leave a Reply

272 views