TStringGrid - is there a simple way to get the “current/selected” row?

左心房为你撑大大i 提交于 2019-12-04 02:52:55

问题


I can go the long way round, loop over each row, get a TRect from CellRect(col, row), then query its State for gdSelected ...

But isn't there a quicker way to get the row number of the currently selected row, if any?


回答1:


.Row for selected row, .Col for selected column




回答2:


Please have a look at TStringGrid.Row.



来源:https://stackoverflow.com/questions/2107683/tstringgrid-is-there-a-simple-way-to-get-the-current-selected-row

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!