MystringGrid.DeleteRow(Index);
make sure row exist and this is a 0 based index, meaning row 1 is index via 0 and so on.
and any time in source code, you can type out MyStringGrid. and wait for the helper tools to come up.
they will give you a list of methods, properties you have access to.