Re: [MSEide-MSEgui-talk] TDrawgrid double click

2016-04-28 Thread Martin Schreiber
On Thursday 28 April 2016 14:26:02 Krzysztof wrote: > Hi Martin, > > How to correctly handle grid double click? I have this code executed > on double click on row: > > tdrawgrid1.oncellevent := @GridCellEvent; > > procedure TGenericListWidget.GridCellEvent(const sender: tobject; > var info:

[MSEide-MSEgui-talk] TDrawgrid double click

2016-04-28 Thread Krzysztof
Hi Martin, How to correctly handle grid double click? I have this code executed on double click on row: tdrawgrid1.oncellevent := @GridCellEvent; procedure TGenericListWidget.GridCellEvent(const sender: tobject; var info: celleventinfoty); begin if (info.eventkind in [cek_buttonpress]) and