Hi, I want to bring the value of any cell in colum1 within a dbgrid with a mouseclick into a variable.
Idea is to click on a cell and the variable takes over the text value, but cannot find the proper syntax. On DB Grid Cell Click EEP: RECALC VAR GETPROPERTY <DBGrid1> "COLUMNS[0]->FIELDNAME" "variable" RETURN Fieldname is definitely wrong, something like cellvalue is what I look for. I am sure there is a GETPROPERTY command, but just can´t see it, Thank´s Fritz

