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 erster Eintrag in ListBox makiert (https://www.delphipraxis.net/30256-erster-eintrag-listbox-makiert.html)

Gambit 22. Sep 2004 16:33


erster Eintrag in ListBox makiert
 
Hallo,

ich schreibe mehrere Einträge in eine ListBox. Die Form, auf der diese Listbox plaziert ist, ist zunächst nicht zu sehen. Wenn die Form mit der Listbox erscheint, möchte ich, dass der erste Eintrag unterlegt also makiert ist. Wie muss ich das machen?

Gruß

Gambit

alcaeus 22. Sep 2004 16:33

Re: erster Eintrag in ListBox makiert
 
Hi Gambit,

Delphi-Quellcode:
ListBox1.ItemIndex := 0;
sollte helfen.

Greetz
alcaeus

Gambit 22. Sep 2004 16:40

Re: erster Eintrag in ListBox makiert
 
Danke!

Gambit


Alle Zeitangaben in WEZ +1. Es ist jetzt 09:55 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