Главная страница
    Top.Mail.Ru    Яндекс.Метрика
Форум: "Основная";
Текущий архив: 2004.03.28;
Скачать: [xml.tar.bz2];

Вниз

Курсор мыши в StringGrid???   Найти похожие ветки 

 
Mishenka   (2004-03-10 21:43) [0]

Как в StringGrid"e узнать над какой ячейкой курсор мыши в данный момент?


 
Гаврила   (2004-03-10 21:46) [1]

StringGrid1.MouseToCell


 
P.N.P. ©   (2004-03-10 21:55) [2]

F1 Returns the row and column indexes of the cell that contains a point specified in screen coordinates

procedure TForm1.StringGrid1MouseMove(Sender: TObject; Shift: TShiftState;
 X, Y: Integer);
var xx,yy:integer;
begin
xx:=StringGrid1.MouseCoord(x,y).X;
yy:=StringGrid1.MouseCoord(x,y).Y;
StringGrid1.Cells[xx,yy]:="s";
end;


 
Goorus   (2004-03-11 12:45) [3]

В крайнем случае


procedure TForm1.StringGrid1MouseMove(Sender: TObject; Shift: TShiftState; X, Y: Integer);
begin
x:=X div StringGrid1.CellWidth;
y:=Y div StringGrid1.CellHeight;
StringGrid1.Cells[x,y]:="text";
end;


 
wisekaa ©   (2004-03-11 12:57) [4]


> P.N.P. ©   (10.03.04 21:55) [2]

Потенцальную ошибку в своем коде видишь?


 
wisekaa ©   (2004-03-11 13:02) [5]


> Mishenka   (10.03.04 21:43)

procedure TForm1.StringGrid1MouseMove(Sender: TObject; Shift: TShiftState;
 X, Y: Integer);
var Col,Row:integer;
begin
StringGrid1.MouseToCell(X,Y,Col,Row);
if (Col >= 0) and (Row >= 0) then StringGrid1.Cells[Col,Row]:=IntToStr(Col)+"-"+IntToStr(Row);
end;



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

Форум: "Основная";
Текущий архив: 2004.03.28;
Скачать: [xml.tar.bz2];

Наверх





Память: 0.45 MB
Время: 0.032 c
11-1056787923
mox
2003-06-28 12:12
2004.03.28
TaskBar


1-1078739352
csr
2004-03-08 12:49
2004.03.28
Вопрос по TActionToolBar и TActionMainMenuBar из delphi 7!


14-1078214968
Натуся
2004-03-02 11:09
2004.03.28
PHP хостинг


14-1077805034
Style
2004-02-26 17:17
2004.03.28
Set Focus


1-1078486241
Курдль
2004-03-05 14:30
2004.03.28
Создать TBitmap "с нуля" в электронном виде.





Afrikaans Albanian Arabic Armenian Azerbaijani Basque Belarusian Bulgarian Catalan Chinese (Simplified) Chinese (Traditional) Croatian Czech Danish Dutch English Estonian Filipino Finnish French
Galician Georgian German Greek Haitian Creole Hebrew Hindi Hungarian Icelandic Indonesian Irish Italian Japanese Korean Latvian Lithuanian Macedonian Malay Maltese Norwegian
Persian Polish Portuguese Romanian Russian Serbian Slovak Slovenian Spanish Swahili Swedish Thai Turkish Ukrainian Urdu Vietnamese Welsh Yiddish Bengali Bosnian
Cebuano Esperanto Gujarati Hausa Hmong Igbo Javanese Kannada Khmer Lao Latin Maori Marathi Mongolian Nepali Punjabi Somali Tamil Telugu Yoruba
Zulu
Английский Французский Немецкий Итальянский Португальский Русский Испанский