Hello to all,

This plugin is an implementation of one of the most used classes in the Delphi world: TStringList. This class is useful in various ways and, basically, maintain string lists on memory that you can manipulate using the appropiate actions.

You can maintain strings list allowing duplicated or not, search for strings, add, append, insert, delete; use pairs of names and values, get or set the whole text delimited or not, saved and load strings to/from files, get advised when the strings changes...

You can sort the string lists, and maintain sorted in memory (even when add new items), can specify the delimiter and quote character, for example, in order to import/export information from CSV (Comma Separated Values) or similar files and many more.

Press here to get more information and download the NeoPlugin npStrs!