![]() |
form2.right
Hi
warum akzeptiert delphi nur left und kein Right !!!
Delphi-Quellcode:
form2.left:=form1.left; // ok
form2.right:=form1.Right;// aber so ist false !!! |
Re: form2.right
Berechne es doch selber mit
Delphi-Quellcode:
Left := Right - Width;
|
Re: form2.right
ich möchte Form2 und Form1 rechts ausrichten
Delphi-Quellcode:
Form2.Left:=Form1.Left+Form1.Width-Form2.Width; // oder?
|
Re: form2.right
Delphi-Quellcode:
form2.left := Form1.Left+Form1.Width-form2.Width;
|
Re: form2.right
Danke!
so habe ich überliegt :wink: |
Alle Zeitangaben in WEZ +1. Es ist jetzt 04:25 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz