Re: Delphi Messagebox


[ DelphiLand FAQ ]

Posted by webmaster Guido on May 29, 2004 at 12:01:15:

In Reply to: Re: Messagebox posted by Perry Kappetein on May 28, 2004 at 18:48:34:

: I always used VB6 and VB.NET and use
: msgbox ("Hi")

: But how do you do that in Delphi?
: I tried messagebox ("hi") or ('hi') but
: ain't working
------------------------

Showing a message is done as follows:
ShowMessage('Hi');

If you look up ShowMessage in the Help, you'll also find some other possibilities.


Related Articles and Replies:




[ DelphiLand FAQ ]