StringGrid 怎的使某一行处于选中状态?怎样隔行换色

StringGrid 怎样使某一行处于选中状态?怎样隔行换色?
StringGrid 怎样使某行处于选中状态?怎样隔行换色?
能给出具体操作步骤或代码吗?

------解决方案--------------------
引用:
goRowSelected=True
已经开启了,单击时整行处于选中状态
我想实现的是指定行选中,例如第3行选中


goRowSelected := True;
然后StringGrid1.Row := i; //i为你要选中的行
即可