FNCGrid saving column sizes in runtime

In vcl stringgrid exist the ColumnSize.save method to saving column sizes in runtime.

I need do same with FNCGrid. Exist a method to do this ?

You can use the following methods to save and load:

  TMSFNCGrid1.ColumnStatesToString;
  TMSFNCGrid1.StringToColumnStates()

thanks.