configuration of TMSFMXGrid to a text file

Hello again,
I need to save the configuration of
TMSFMXGrid to a text file  (position of each column width, visible, etc ...)

from what I saw in the manual it seems to me that the function is SaveToFixed that need, but do not understand how to use.
Do you have an example with SaveToFixe and LoadFromFixed?

Thank you.

Hi, 


You can use the TMSFMXGrid1.ColumnStatesToString to save the values and to load them again with TMSFMXGrid1.StringToColumnStates;

Kind Regards, 
Pieter

Thanks Pieter.