Thema: Delphi TStringList.line(1)?!

Einzelnen Beitrag anzeigen

marabu

Registriert seit: 6. Apr 2005
10.109 Beiträge
 
#3

Re: TStringList.line(1)?!

  Alt 12. Apr 2008, 21:14
Hi,

schau mal:

Delphi-Quellcode:
begin
  with TStringList.Create do
  try
    LoadFromFile(ExtractFilePath(ParamStr( 0 )) + 'text.txt');
    edit1.Text := Strings[0];
  finally
    Free;
  end;
end;
Freundliche Grüße
  Mit Zitat antworten Zitat