Delphi-PRAXiS
Seite 2 von 2     12   

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Object-Pascal / Delphi-Language (https://www.delphipraxis.net/32-object-pascal-delphi-language/)
-   -   Delphi Absolute Position im Fenster (https://www.delphipraxis.net/61714-absolute-position-im-fenster.html)

freak4fun 25. Jan 2006 19:19

Re: Absolute Position im Fenster
 
Delphi-Quellcode:
procedure TForm1.Edit1Enter(Sender: TObject);
begin
  ListBox1.Parent := (Sender As TEdit).Parent;
  ListBox1.Left := (Sender As TEdit).Left;
  ListBox1.Top := (Sender As TEdit).Top + (Sender As TEdit).Height;
end;
MfG
freak


Alle Zeitangaben in WEZ +1. Es ist jetzt 06:19 Uhr.
Seite 2 von 2     12   

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