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

Вниз

Stringgrid & Combobox   Найти похожие ветки 

 
tytus ©   (2003-01-09 20:52) [0]

Добрый вечер. Подскажите как по одному клику на ячейке stringgrid в ней (по ее размерам) появлялся combobox?


 
MBo ©   (2003-01-10 06:32) [1]

FAQ


 
Groove ©   (2003-01-10 14:18) [2]

я делал так,
бросал на форму StringGrid и Combobox
Combobox.Visible:=false;

затем в обработчиках писал

procedure TForm1.StringGrid1SelectCell(Sender: TObject; ACol,
ARow: Integer; var CanSelect: Boolean);
var
r:TRect;
begin
r:=StringGrid1.CellRect(ACol,ARow);
ComboBox1.Visible:=true;
ComboBox1.Top:=r.Top+StringGrid1.Top;
ComboBox1.Left:=r.Left+StringGrid1.Left;
ComboBox1.Height:=r.Bottom-r.Top;
ComboBox1.Width:=r.Right-r.Left;
end;

procedure TForm1.StringGrid1Exit(Sender: TObject);
begin
ComboBox1.Visible:=false;
end;




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

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

Наверх




Память: 0.46 MB
Время: 0.011 c
14-62816
Дмитрий К.К.
2002-12-26 06:20
2003.01.20
Именинники 26 декабря


3-62418
Mamay
2002-12-22 18:57
2003.01.20
MIDAS - клиенты не видят обновлений друг друга


1-62502
Fors
2003-01-10 13:51
2003.01.20
что не так в этой задаче


3-62441
Andy Eremin
2002-12-27 07:29
2003.01.20
печать


1-62577
Ya Vasya
2003-01-07 20:04
2003.01.20
FreeReport