I am trying to save/load the sort column & direction of a LMDShellList in an INI file. The column number is easy enough but when I try to set the SortDirection I get this error:
E2010 Incompatible types: 'TLMDShellSortDirection' and 'TSortDirection'
I can't find the unit that defines the TLMDShellSortDirection.
Or is there an easier way? The LMD ShellList has a StoreSettings and Registry property but I can't find any info on what these do and I want to store the data in an INI file anyway.
Comments