Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
フォームに TListView があり、選択したアイテムのインデックスを知りたいです。その情報を提供する TListView のメソッドまたはプロパティを見つけようとしましたが、見つかったlvClients.Selectedのはこの項目のインデックスだけでした。
lvClients.Selected
TListView で選択したアイテムのインデックスを取得する方法を見つけるのを手伝ってもらえますか? ありがとう。
クリック イベント() で、サブアイテムを含む列に到達することもできます。
TListview(sender).items[TListview(sender).itemindex].subitems[1]);