2015.04.14 17:49, Vojtěch Čihák rašė:
Delphi has no properties AutoSort, SortColumn and SortDirection nor
methods BeginUpdate and EndUpdate.

I would provide a patch which will set Flag lffPreparingSorting on
BeginUpdate and reset it on EndUpdate.
+one additional call of Sort on EndUpdate (maybe only if AutoSort is
True) OR move Sort; form protected to public.

What is preferred?

V.

Solution to move "Sort" to "public" is more convenient for me if it not will break something (or will break?).


--
  Valdas Jankūnas

--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to