Thema: Delphi Form an Form docken

Einzelnen Beitrag anzeigen

joe666sa

Registriert seit: 11. Jun 2003
54 Beiträge
 
#8

Re: Form an Form docken

  Alt 4. Aug 2004, 16:12
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'
  Mit Zitat antworten Zitat