lazarus/components/lazutils/examples/DictionaryStringList
2015-05-23 14:12:58 +00:00
..
main.lfm LazUtils: Improve DictionaryStringList and its example project. Issue #28159, patch from Antônio Galvão. 2015-05-23 14:12:58 +00:00
main.pas LazUtils: Improve DictionaryStringList and its example project. Issue #28159, patch from Antônio Galvão. 2015-05-23 14:12:58 +00:00
ReadMe.txt LazUtils: Improve DictionaryStringList and its example project. Issue #28159, patch from Antônio Galvão. 2015-05-23 14:12:58 +00:00
TDictionaryStringListDemo.lpi LazUtils: Improve DictionaryStringList and its example project. Issue #28159, patch from Antônio Galvão. 2015-05-23 14:12:58 +00:00
TDictionaryStringListDemo.lpr

Demonstrate how TDictionaryStringList can quicly remove duplicates from a list without changing the order.

Author: Antônio Galvão