取出TListView选中项的某一列值
ListView1->Selected->SubItems->Strings(4)吧 ,Listview 从0开始算起
第一列=ListView1->Items->Item[0]->Caption;
第五列=ListView1->Items->Item[0]->SubItems->Strings[4];
第一列=ListView1->Items->Item[0]->Caption;
第五列=ListView1->Items->Item[0]->SubItems->Strings[4];
浙公网安备 33010602011771号