Im using a TDBGrid in a C++ application that is connected to a table. I
set the Options for my TDBGrid (dgEditing) to false during design-time,
so editing isn't possible. Now i like to include a button to make the
TDBGrid editable during runtime but no matter what i try i cant get it
working :(
Anyone knows how this can be done?
Thanks in advance!