Вниз
Скачать: CL | DM;

как в list view программно чекбоксы включать и выключать?   Найти похожие ветки 

 
Виталий*   (2007-02-11 18:49) [0]

Всем привет!
Поставил Listview с lvkCheckBoxes.
А как в list view программно чекбоксы включать и выключать то?


 
Psychedelic ©   (2007-02-11 19:09) [1]

property LVItemStateImgIdx[ Idx: Integer ]: Integer read LVGetSttImgIdx write LVSetSttImgIdx;
   
      Access to state image of the item. Use index -1 to assign the same state
      image index to all items of the list view at once (fast).
      Option lvoCheckBoxes just means, that control itself creates special inner
      image list for two state images. Later it is possible to examine checked
      state for items or set checked state programmatically by changing
      LVItemStateImgIdx[ ] property. Value 1 corresponds to unchecked state,
      2 to checked. Value 0 allows to remove checkbox at all. So, to check all
      added items by default (e.g.), do following:
       ListView1.LVItemStateImgIdx[ -1 ] := 2;
      Use 1-based index of the image
      in image list ImageListState. Value 0 reserved to use as "no state image".
      Values 1..15 can be used only - this is the Windows restriction on
      state images.


 
Виталий*   (2007-02-12 01:18) [2]

Спасибо! Оказывается все в kol.pas :)



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

Скачать: CL | DM;



Память: 0.45 MB
Время: 0.015 c
15-1188072665
Kostafey
2007-08-26 00:11
2007.09.23
С днем рождения ! 26 августа


1-1184325115
atruhin
2007-07-13 15:11
2007.09.23
Не работает Anchors с MDIChild формой


2-1188430458
чувак
2007-08-30 03:34
2007.09.23
как показать baloon-tip ?!


15-1188284319
novill
2007-08-28 10:58
2007.09.23
Кто-нибудь пользуется закладкой Diargam Page в окне Code Editor?


15-1187760531
SerJaNT
2007-08-22 09:28
2007.09.23
Ubuntu 7.04 Live CD




   Наверх