Jump to content

dbgrid cell focus


zanona

Recommended Posts

Hi,

 

Again, the forum has the similar questions, you can use the search on the forum :)

 

One of the possible solutions:

type
  TMyUniDBGrid = class(TUniDBGrid)

  end;
  ...
  with TMyUniDBGrid(UniDBGrid1) do
  begin
    CurrRow := 5;
    CurrCol := 5;
  end;
  ...

Try...

 

Best regards,

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...