Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   GUI-Design mit VCL / FireMonkey / Common Controls (https://www.delphipraxis.net/18-gui-design-mit-vcl-firemonkey-common-controls/)
-   -   Delphi Form.Height (https://www.delphipraxis.net/41533-form-height.html)

blacky35 4. Mär 2005 19:21


Form.Height
 
Hallo, habe ein kleines Problem mit meinem Formular.

Es sollte 800 x 600 Punkte groß sein.
Nachdem ich einige Änderungen an der Bordereinstellung
gemacht habe, ist die FormHöhe nach speichern und wieder
laden immer auf 581 Punkte. Es werden einfach nicht die 600
gespeicher. Woran liegt das?

mfG blacky

Rastaman 4. Mär 2005 19:47

Re: Form.Height
 
Mach doch im OnCreate Ereignis einfach

Delphi-Quellcode:
Form1.Width = 800;
Form1.Heigth := 600;
//Edit: Oder es liegt an der Titelleiste.
Die wird meines Wissens nach in die Höhe mit einbezogen.


Alle Zeitangaben in WEZ +1. Es ist jetzt 13:32 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz