Create

Declaration: TStringList.Create;
Constructs a new string list and initializes its data. Please note that Create must be called before any other access to the string list. See the overview of the TStringList structure for an example how to create a string list.