Board index » delphi » marked up a line after rowMoved in a string grid

marked up a line after rowMoved in a string grid

Hello,

i've got a little question.

How can i marked up a row in a stringgrid after i have moved this row in a
string grid.
In the moment i can move the lines correctly but the marked up row is not
the move row.

Thanks.

Thomas

 

Re:marked up a line after rowMoved in a string grid


Quote
In article <3d65f1a...@newsgroups.borland.com>, Thomas Franz wrote:
> How can i marked up a row in a stringgrid after i have moved this row in a
> string grid.

Just set the grids Row property to the row in question.

--
Peter Below (TeamB)  
Use the newsgroup archives :
http://www.mers.com/searchsite.html
http://www.tamaracka.com/search.htm
http://groups.google.com
http://www.prolix.be

Re:marked up a line after rowMoved in a string grid


Quote
In article <3d69c...@newsgroups.borland.com>, Thomas Franz wrote:
> I don't understand you. Please explain what i must do in more detail.

  stringgrid1.row := someRowIndex;

That is the way to select a row (assuming goRowSelect is set to true in the
options of the grid). Perhaps i'm not understanding the problem you are trying
to solve.

--
Peter Below (TeamB)  
Use the newsgroup archives :
http://www.mers.com/searchsite.html
http://www.tamaracka.com/search.htm
http://groups.google.com
http://www.prolix.be

Other Threads