如何取得stringgrid所選種得cell的row 和col值 ( 积分: 20 )

  • 主题发起人 主题发起人 lcb139
  • 开始时间 开始时间
L

lcb139

Unregistered / Unconfirmed
GUEST, unregistred user!
如何取得stringgrid所選種得cell的row 和col值?
每次我都知道自己選種的是第几行第几列都是在他的onselect事件中通過ARow和ACol得到,有沒有函數或方法直接得到?
 
StringGrid1.MouseToCell();
 
showmessage(inttostr(StringGrid1.Row));
showmessage(inttostr(StringGrid1.Col));
 
楼上说的可以,你可以试试
 
接受答案了.
 
我犯傻了,這都還問,都在自己寫過了
 

Similar threads

S
回复
0
查看
3K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
2K
SUNSTONE的Delphi笔记
S
后退
顶部