![]() |
Ausdruck muss Bolean sein
Hallo Zusammen.
Ich habe folgenden Code:
Delphi-Quellcode:
ohne "and" funktioniert es, aber wenn ich die beiden koppeln will kommt die Meldung: "Ausdruck muss Bolean sein".
if ComboBox1.ItemIndex = 0 and ComboBox2.ItemIndex = 0 then
Jemand eine Ahnung woran es liegen könnte? |
AW: Ausdruck muss Bolean sein
Pack noch ein paar Klammern dazu
Delphi-Quellcode:
if ((ComboBox1.ItemIndex = 0) and (ComboBox2.ItemIndex = 0)) then
|
AW: Ausdruck muss Bolean sein
|
AW: Ausdruck muss Bolean sein
Zitat:
Danke! |
AW: Ausdruck muss Bolean sein
.....
|
AW: Ausdruck muss Bolean sein
Ein wenig mehr input wäre schon erforderlich und ein neuer Thread auch um Themen zu separieren.
|
AW: Ausdruck muss Bolean sein
Schau dir mal System.Classes.TComponent.FindComponent.
![]() Ich denke das wird dir weiterhelfen. |
Alle Zeitangaben in WEZ +1. Es ist jetzt 05:22 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