Aus der Hilfe:
Zitat:
procedure LoadFromFile(const FileName: string); virtual;
Description
Call LoadFromFile to fill the list of the TStrings object from the file specified by FileName. Each line in the file, as indicated by carriage return or linefeed characters, is appended as a string in the list.
Note: LoadFromFile uses the Add method to add the strings that are read from the file.
Grüße
Klaus