How to refresh a TMSFNCGrid ?

Hello,

My table (MySQL)
id | name
1  | a
2  | b
3  | c
I display this data in a TMSFNCGrid : It works fine.

With an external useful tool (HeidiSQL), I uptade my table 3 | c >> 3 | d.
Which code can I use to refresh the displayed TFMSFNCGrid ?

Thank you. Regards. Yolande.


You can wrap the code with BeginUpdate / EndUpdate