Asking for an update of the TMS Grid Manual

On Page 69 of your TMS Grid Manual for Firemonkey, you show two lines of code that explain how to Enable sorting on a TMSGrid:

grid.Options.Sorting := gsmNormal;

or 

grid.Options.Sorting := gsmIndexed.


Currently the actual format is:

grid.Options.Sorting.Mode := gsmNormal;
or 
grid.Options.Sorting.Mode := gsmIndexed.


Thank you! 
 

Hi, 


We have fixed this here.
Next version will have this included.