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

Вниз

Current Listbox Selection   Найти похожие ветки 

 
Lars   (2005-02-13 05:15) [0]

How to get Current Item Index or current selection text of a Listbox?


 
Lars   (2005-02-13 05:22) [1]

I think i got it:

Example: {LB1 is a listbox}

for iLoc:= 0 to LB1.count -1 do
if LB1.ItemSelected[iLoc] then  form.Caption:= int2str(iLoc);

Unless there was an easier way?
if not, should this be made into a function into KOL.pas to grab the current selected listbox item?


 
SPeller ©   (2005-02-13 06:17) [2]

LB.CurIndex and LB.Items[]


 
Lars   (2005-02-13 06:59) [3]

For some reason I tried that and thought it did not work, now it does!

Another question about listbox I have:
I can multi-select even though Options ioMultiSelect is set to False in the IDE.

(windows 98 if it makes a difference)


 
WhiteGuy ©   (2005-02-13 07:16) [4]

I can multi-select even though Options ioMultiSelect is set to False in the IDE.

Yeah, dude! I"ve got the same problem!

VLADIMIR!!! :)


 
ECM ©   (2005-02-13 10:53) [5]

loNoExtendSel = TRUE; !!!
loMultiSelect = FALSE;
Иначе не работает LB_SETCURSEL и соответсвенно LB_GETCURSEL
http://delphimaster.net/view/11-1099944747/


 
Lars   (2005-02-13 23:21) [6]

Yes loNoExtendSel = TRUE; fixes that problem

PS. It"s because I"m working on a few hexapad addons http://www.geocities.com/koltempfile/down/HexaPad_L1.zip


 
ECM ©   (2005-02-14 12:48) [7]

2Lars:
Your version HexaPad have old bug:
After launch Exe-file press "Ins" -> AV

To fix:
...
procedure TForm1.KOLForm1mmInsertMenu(Sender: PMenu; Item: Integer);
var b: Byte;
begin
 if Content = nil then Exit;
...


 
Владимир Кладов   (2005-02-14 20:08) [8]

In the new version (on my site) also two useful features were added: function START and operator SELECT in script language - to allow walking throw the data blocks of some know structure. And some very small bugs fixed in script interpreter.


 
Lars   (2005-02-15 04:45) [9]

Ahh! Do we have to start using CVS or something, to keep up with each other?  

I found something interesting with Exes in HexaPad which you guys probably have the answer to.. WTF is there Delphi Indy Direct text in the EXE??

http://positivesale.com/KOLDelphi/q/1.htm



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

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

Наверх




Память: 0.48 MB
Время: 0.041 c
14-1127743688
oldman
2005-09-26 18:08
2005.10.16
Журнал про компьютерные игры...


14-1127299293
leonidus
2005-09-21 14:41
2005.10.16
Генератор отчетов


3-1125664624
Nickolay
2005-09-02 16:37
2005.10.16
Как в real time из Delphi добавить таблицу в файл mdb?


3-1125509304
Турист
2005-08-31 21:28
2005.10.16
ADO - возможность использования clUseServer в CursorLocation


2-1125825065
TG
2005-09-04 13:11
2005.10.16
Устоновка компонента