Hallo an alle,
ich hab ein Problem: Wie verbinde ich if Klauseln? Also so geht´s nicht:
Delphi-Quellcode:
procedure TForm15.Button1Click(Sender: TObject);
begin
if edit1.Text= 'Hallo' and edit2.Text='Hallo' then close;
end;
Danke schon mal für eure Bemühungen!