Einzelnen Beitrag anzeigen

Virchov

Registriert seit: 15. Mär 2004
Ort: Bäärlin
109 Beiträge
 
#3

Re: If a and b and c and d... Geht daas überhaupt in Delphi

  Alt 26. Mär 2004, 14:16
Zitat von DelphiDeveloper:
Delphi-Quellcode:
if (minLeft^ = 0) and (maxLeft^ = (cxImage -1)) and
   (minTop^ = 0) and (maxTop^ = (cyImage -1)) then
and bindet staerker



geht trotzdem nicht, Der Compiler sagt zu zweiter Zeile: Operator ist auf diesen Operandentyp nicht anwendbar
  Mit Zitat antworten Zitat