IWDBGridCellClick ? DBGRID Cell Click

<< Click to Display Table of Contents >>

Navigation:  Forum >

IWDBGridCellClick ? DBGRID Cell Click

Forum link

 


 

05-18-2018, 03:29 AM:

 

Hello guys maybe i am spamming too many questions sorry for that, but somehow it keeps forum alive i guess   

 

so here goes my regular simulating questions :

 

1. I notice IWGrid has CellClick that can pick cell value. But how i Cell Click in IWDBGrid? anyone have a piece of code for it?

 

 

 

OH i am so dumb i found columns > cell > events >onclick (of Cell) sorry but keeping alive is good thing aey Cheers

 

 

 

Also how to get entire row values so far i can get my cell value by using this

 

procedure TregListUserForm.getCellValue(ASender: TObject; const AValue: string);

 

begin

 

WebApplication.ShowNotification(AValue);

 

end;

 


 

05-20-2018, 02:29 PM:

 

How to get row values