Текущий архив: 2004.06.27;
Скачать: CL | DM;
ВнизВыделение в listbox Найти похожие ветки
← →
alexa (2004-06-14 14:15) [0]Как в lisbox можно выделить items правой клавишей мыши?
← →
Palladin © (2004-06-14 14:21) [1]
procedure TForm1.ListBox1MouseDown(Sender: TObject; Button: TMouseButton;
Shift: TShiftState; X, Y: Integer);
var
i:integer;
begin
i:=ListBox1.ItemAtPos(Point(x,y),false);
if i<>-1 then ListBox1.ItemIndex:=i;
end;
Страницы: 1 вся ветка
Текущий архив: 2004.06.27;
Скачать: CL | DM;
Память: 0.43 MB
Время: 0.037 c