Save only modified cells using TAdvStringGrid

This code compiles without any problem here:


void __fastcall TForm1::Button1Click(TObject *Sender)
{
 for(int i=0; i<AdvStringGrid1->RowCount; i++)
{
  if(AdvStringGrid1->RowModified[ i ] == true) ShowMessage("Row " + IntToStr(i) + " is modified");
}

when a default grid & button is placed on the form.
Please check your library & include paths that these point to the folder where the latest version
of the components is installed.