TStringList is a RTL class whose purpose is to store and manipulate a list of strings.
I implemented language translation in an application by putting all strings at runtime in a TStringList with: procedure PopulateStringList; begin …
delphi tstringlistUsing delphi 7: How can I add an integer to the object portion of a stringlist item, using AddObject? How can …
delphi delphi-7 tstringlistI have a choice. I have a number of already ordered strings that I need to store and access. It …
delphi data-structures linked-list tstringlist dynamic-arraysWhy does Memo.Lines use the abstract class TStrings? Why doesn't it use TStringList instead? And should I convert it …
delphi tstringlist memoOk guys, I've been trying to find out every possible mistake i'm making but I give up... I need help! …
delphi for-loop tstringlistI have a Tstringlist containing a list of keys used in a database table. I'd like a simple way to …
delphi csv tstringlistI have an app that needs to do heavy text manipulation in a TStringList. Basically i need to split text …
delphi split delphi-2007 tstringlistI'm using TDirectory::GetFiles() to get a list of files (obviously). The result is stored in a TStringDynArray and I …
vcl tstringlist c++builder-xe5 tstringdynarrayI have a simple string which is delimited by some character, let's say a comma. I should be able to …
delphi parsing tstringlistI am creating my first custom Delphi component. Its basically a custom Tpanel with header and lines text displayed on …
delphi components tstringlist