My program has a StringGrid where 2 columns are editable. To know, if I must save changes, I must know, if something was edited. Is there already somekind of Flag for this? Or must I do all this by my own? If yes, what would be the easiest approach?
I use Lazarus 2.0.10 with FPC 3.2.0. Thanks in advance.