zanona Posted September 21, 2017 Posted September 21, 2017 Is there any way to play the focus to a certain cell of a dbgrid? Thanks Zanona Quote
Sherzod Posted September 22, 2017 Posted September 22, 2017 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, Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.