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

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

 
tytus ©   (2002-12-20 00:43) [0]

Доброй ночи всем. Кто нибудь знает, как из Listbox-а удалить строку? Я использую StringList, а потом в цикле переписываю строчки в ListBox.


 
Cobalt ©   (2002-12-20 00:46) [1]

TCustomListBox.Items:TStrings;
TStrings.Delete:
Introduces an abstract method to delete a specified string from the list.

procedure Delete(Index: Integer); virtual; abstract;

Description

Descendants of TStrings implement a Delete method to remove a specified string from the list. If an object is associated with the string, the reference to the object is removed as well. Index gives the position of the string, where 0 is the first string, 1 is the second string, and so on.


 
zavdim ©   (2002-12-20 06:43) [2]

ListBox.Items.Delete(i);



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

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



Память: 0.45 MB
Время: 0.017 c
14-99284
~
2002-12-09 12:59
2002.12.30
Простые числа


1-99099
TsaturSoft
2002-12-18 08:36
2002.12.30
???


1-99147
Иванов Сергей
2002-12-18 13:51
2002.12.30
Размер отчета в файле


1-99095
Lexa
2002-12-19 18:22
2002.12.30
Файл ресурсов


8-99206
Карелин Артем
2002-09-12 12:31
2002.12.30
Альфа-канал в битмапе.




   Наверх