Am Sonntag, 21. Oktober 2007 10:53:13 schrieb Graeme Geldenhuys:

Hello Graeme,

> What should the form align too??  I can understand a component in
> a form with Align := alClient (or any other align type), because
> it has a parent component to align to.
>
> What does Delphi do with a Form1.Align := alClient statement?

Imho, Delphi set the FormSize to DesktopArea. 
( ScreenSize - Taskbar )

My workarround isn't flexible:

Form1.Height:=Screen.Height-(Screen.Height div 100*8);

It's only good for my own Screen.

MfG Th. Moritz

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to