問題タブ [delphi-for-php]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
php - CodeGear Delphi For PHP - readItemIndex() が -1 を返すのはなぜですか?
Window
オブジェクト ( )を使用してダイアログ ボックスを作成する予定class Window extends QWidget
です。
次の要素を含むダイアログ ボックス:
- リストボックス (
ListBox1
) - 2 ラベル (
Label1
&Label2
) - ボタン
onClick()
リストボックスの機能:
このコードの目的は、リストボックスからアイテムを選択してから、そのListBox1Click
インデックスを に表示 ( ) することLabel1
です。
ただし、アイテムが選択されている場合は、readItemIndex()
数値 `-1' を返します。
に含まれるアイテムListBox1
たとえばdfdfwsf
、リストボックスから選択した場合、 index/key を返す必要があります32432
。-1
が返されます。