Moin, moin
oH LoRd warum eigentlich nicht so einfach?
Würde nur einige marginale Änderungen machen:
Delphi-Quellcode:
if ( (trim( textfeld_1.Caption) = a )
or (trim( textfeld_1.Caption) = b )
)
and (
(trim( textfeld_2.Caption) = a )
or (trim( textfeld_2.Caption) = b )
) then
Begin
....
End
Grüße // Martin