![]() |
Combobox Inhalt abfragen
Hallo zusammen,
kann mir jemand sagen, wie ich erreichen kann, dass eine Combobox unsichtbar ist, wenn kein Inhalt drin ist? MfG |
Re: Combobox Inhalt abfragen
Delphi-Quellcode:
Dieser Code muss eventuell an verschiedenen Ereignissen der Combobox ausgeführt werden.
combobox1.visible := Combobox1.items.count > 0 ;
|
Re: Combobox Inhalt abfragen
Delphi-Quellcode:
If ComboBox.Items.Count = 0 them ComboBox.Visible := False;
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 19:52 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 by Thomas Breitkreuz