Delphi-Quellcode:
begin
if (Form3.Left < (Form1.Left + Form1.Width + 25)) or
((Form3.Left + Form3.Width) => (Form1.Left - 25)) then
AlignForm;
So sollte es gehen nur so kriege ich immer folgenden fehler.
Code:
Build
[Error] Unit1.pas(221): Expression expected but '<' found
[Fatal Error] Project1.dpr(7): Could not compile used
unit 'Unit1.pas'