with TIniFile.Create('имя файла') do begin Edit1.Text:=ReadString('TimeSettings', '1', ''); Free; end;