Zitat von
150gozilla:
If ((x < left) or (x > Left+Width)) or ((y < top) or (y > Top+Height)) then else visible := true;
Delphi-Quellcode:
If not ((x < left) or (x > Left+Width)) or ((y < top) or (y > Top+Height)) then
visible := true;
Schaut vielleicht besser aus.
Grüße
Klaus