Du hast eine äußerst abstrakte if-Abfrage o.O
Die Syntax lautet:
Delphi-Quellcode:
if (Bedingung1) or/and/xor (Bedingung2) ... or/and/xor (BedingungN) then
begin
// Block der ausgeführt werden soll
end;
PS: Man schreibt Boolean mit zwei o
Michael
"Programmers talk about software development on weekends, vacations, and over meals not because they lack imagination,
but because their imagination reveals worlds that others cannot see."