Hello,
I use the LMD tools 2015 and have a TLMDGrid object on a form. The grid contains i.a. a checkbox column.
After the value in one of these checkbox cells has been changed by the user, a procedure should be executed.
I could not find an appropriate event procedure ("OnAfterChange").
In the OnChange procedure, as far as I can see, the Before-Update value is returned; if you click on it several times, the OnChange-Prozudur will not run at all anymore.
The OnClick procedure is similar.
I suspect that the OnChange or OnClick procedure applies only to the entire grid, but not to the single cell or column.
With "CurrentColumn" and "CurrentRow" I can identify the respective cell (if one of the above-mentioned OnChange procedures is run through, but the value of the cell is the before-change value.
My question is:
How can I implement the program so that every time a checkbox is changed, the desired procedure is called and the new value is passed?
Thanks in advance for your answers.
Bernhard
Comments