Легенда:
новое сообщение
закрытая нитка
новое сообщение
в закрытой нитке
старое сообщение
|
- Напоминаю, что масса вопросов по функционированию форума снимается после прочтения его описания.
- Новичкам также крайне полезно ознакомиться с данным документом.
Канюшня. И не только. Есть даже Selected. 16.10.03 22:41 Число просмотров: 1317
Автор: Fighter <Vladimir> Статус: Elderman Отредактировано 16.10.03 22:56 Количество правок: 1
|
И:
__property bool Selected[int Index] = {read=GetSelected, write
=SetSelected};
Description
Use Selected to query the state of a particular item in the list box. If the item specified by the Index parameter is selected in the list box, the value of the Selected property is true. If the specified item is not selected, Selected is false. Set Selected to change the currently selected item.
The Index parameter is the item referenced by its position in the list box, with the first item having an Index value of 0.
An item is selected when the user highlights it. More than one item in the list box can be selected by setting the MultiSelect property to true. In this case, the Selected item is the one that has focus when the list box has input focus.
From help, однако!
|
|
|