Hello Med.

Nice that you have found a solution!

By the way, I finally found how to deal with 2xclick on a cell.

Here is how I do (maybe usefull for others)

__________________________

procedure agrid.oncellev(const Sender: TObject; var info: celleventinfoty);
 
begin

if (ss_double in info.mouseeventinfopo^.shiftstate) then
  begin   
 // here what to do if double-click on the cell
 end;

end;

___________________________

Fre;D





--
Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/


_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to