問題タブ [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.

0 投票する
0 に答える
165 参照

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が返されます。