Registriert seit: 19. Okt 2003
Ort: Peine
300 Beiträge
|
Re: Wiso geht eigentlich inc(form1.width); nicht?
16. Sep 2005, 18:12
Hoi,
kannst aber schreiben
Form1.Width:=Succ(Form1.Width);
sieht auf jeden Fall besser aus als
Form1.Width:=Form1.Width+1;
Daniel M. "The WM_NULL message performs no operation. An application sends the WM_NULL message if it wants to post a message that the recipient window will ignore."
|