tstringgrid的问题(50分)

  • 主题发起人 主题发起人 dohye
  • 开始时间 开始时间
D

dohye

Unregistered / Unconfirmed
GUEST, unregistred user!
双击StringGrid后怎么知道双击那一行?
 
在非固定行与列是StringGrid1.Row,固定的行列就不知道了.
 
stringgrid.mousetocell(x, y: Integer; var col, row: Integer);
 
stringgrid.mousetocell(x, y: Integer; var col, row: LongInt);
 
StringGrid1.Rows[StringGrid1.Row]
 
多人接受答案了。
 
后退
顶部