Delphi Dialogs


[ DelphiLand FAQ ]

Posted by joey on May 16, 2004 at 19:47:21:

How can i make my own dialog??

I have done it with forms i mean so that i can call it from any where under the same sort of thing as a normal one so it could be:

if joeydialog1.execute then
begin
ShowMessage(joeydialog1.username);
etc...
end;

is there a way to this??

thanks :D


Related Articles and Replies:


[ DelphiLand FAQ ]