Einzelnen Beitrag anzeigen

Klaus01
Online

Registriert seit: 30. Nov 2005
Ort: München
5.772 Beiträge
 
Delphi 10.4 Sydney
 
#7

Re: Text-Dateien hintereinander auslesen

  Alt 9. Feb 2007, 14:40
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
Klaus
  Mit Zitat antworten Zitat