Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2002.12.30;
Скачать: 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 вся ветка

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

Наверх




Память: 0.46 MB
Время: 0.021 c
1-99130
Dmitriy_R
2002-12-18 06:29
2002.12.30
EMail Server


1-99135
VIB
2002-12-18 13:41
2002.12.30
Cursor


14-99263
Макар
2002-12-11 23:20
2002.12.30
Где в Инете можно найти описание всех функций Delphi?


3-98971
BSD
2002-12-09 17:01
2002.12.30
Использование плана в тригере


3-99011
Дмитрий К.К.
2002-12-10 17:02
2002.12.30
Paradox vs Interbase (файл-сервер против клиент-сервера)