Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2006.02.26;
Скачать: CL | DM;

Вниз

KOL TListView select item problem   Найти похожие ветки 

 
Dodfr   (2005-07-01 19:02) [0]

Hi, I try something like :

ListView.CurIndex:=10;
or/and
ListView.ItemSelected[10]:=true;

But none will make the line selected, bug or did I miss correct function (I am in Details view mode) ?


 
ECM ©   (2005-07-01 20:00) [1]

use the ListView.LVCurItem Luck!
...and read KOL.PAS...:)


 
Dodfr   (2005-07-01 20:25) [2]

Thanx it works, In fact it was the first property I tried as this is the one I read to know which item is actually focused, but I got some "read only value" error at compilation. And now, no read-only error ... amazing ...


 
andropov   (2005-07-06 20:11) [3]

HideSelection = false в object inspector



Страницы: 1 вся ветка

Текущий архив: 2006.02.26;
Скачать: CL | DM;

Наверх




Память: 0.47 MB
Время: 0.061 c
2-1139250325
TimScorp
2006-02-06 21:25
2006.02.26
EConvertError


2-1139310389
naganov
2006-02-07 14:06
2006.02.26
Удаление конечного символа


15-1139184926
Yegorchic
2006-02-06 03:15
2006.02.26
Оцените/покритикуйте программу...


2-1139423531
JEK2
2006-02-08 21:32
2006.02.26
Не понятные ошибки при работе с БД


11-1120230528
Dodfr
2005-07-01 19:08
2006.02.26
Move TListView items with Drag&Drop how to ?