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

Вниз

listbox.itemindex   Найти похожие ветки 

 
Zaza   (2006-07-02 13:37) [0]

Подскажите как переименовать  Itemindex ?


 
Ivolg ©   (2006-07-02 13:42) [1]

>Zaza
procedure TForm1.Button1Click(Sender: TObject);
begin
 ListBox1.Items.Insert(ListBox1.ItemIndex,"Текс");
 ListBox1.Items.Delete(ListBox1.ItemIndex);
end;


 
Ivolg ©   (2006-07-02 13:43) [2]

>Zaza
procedure TForm1.Button1Click(Sender: TObject);
begin
 ListBox1.Items.Insert(ListBox1.ItemIndex,"Текст");
 ListBox1.Items.Delete(ListBox1.ItemIndex);
end;


 
Fantos   (2006-07-02 13:46) [3]

пасибо


 
Fantos   (2006-07-02 13:46) [4]

мне тож пригодится


 
DrPass ©   (2006-07-02 13:46) [5]

Ответ еще забористей, чем вопрос


 
Fantos   (2006-07-02 13:46) [6]

мне тож пригодится


 
Dmitrij_K   (2006-07-02 13:50) [7]

if ListBox1.ItemIndex<>-1 then ListBox1.Items[ListBox1.ItemIndex] := "Текст";


 
PSPF2003 ©   (2006-07-02 13:50) [8]

ListBox1.Items.Strings[ListBox1.itemindex] := "xxxxxxx" вроде так



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

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

Наверх




Память: 0.47 MB
Время: 0.044 c
2-1152105202
oleggar
2006-07-05 17:13
2006.07.23
webbrowser


3-1147858011
BorisMor
2006-05-17 13:26
2006.07.23
Процедуры в InterBase


2-1151306326
XTD
2006-06-26 11:18
2006.07.23
Автоответчик (модем+комп)


15-1151147411
mio
2006-06-24 15:10
2006.07.23
Закрытие программы.


2-1151772639
rll-progr
2006-07-01 20:50
2006.07.23
Работа с ini файлами