Hallo,
Hab grad ein Problem bei welchem ich nicht richtig weiterkomme.
In meiner Form.ShowModal steht folgendes :
Delphi-Quellcode:
button := Application.MessageBox('Really want to cancel?','Stop',292);
if button = 6 then break;
Wenn ich jetzt "Ja" klicke bzw. IDYES, bleibt die Form sichtbar. Drücke ich "Nein" bzw. IDNO verschwindet die Form.
Weiss jemand was da los ist?
Danke,
Schönen Gruss Chris