fredvs wrote
> Hello Med.
> 
> Nice that you have found a solution!
> 
> By the way, I finally found how to deal with 2xclick on a cell.
> 
> ...

Re-hello.

Ooops, something was missing in previous code, here the good one:

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

if (info.eventkind = cek_buttonrelease) then // that was missing

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