AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Thema durchsuchen
Ansicht
Themen-Optionen

Mehrere Namen In IniFile speichern

Ein Thema von DJAYS · begonnen am 21. Sep 2006 · letzter Beitrag vom 21. Sep 2006
Antwort Antwort
DJAYS

Registriert seit: 13. Sep 2005
Ort: Nürnberg
28 Beiträge
 
Delphi 5 Standard
 
#1

Re: Mehrere Namen In IniFile speichern

  Alt 21. Sep 2006, 15:43
hallo Panzerfisxcher
[try
Ini:=TIniFile.Create(ExtractFilePath(ParamStr(0))+ '\IniFiles\' + 'Informationen.ini');
Ini.WriteString('TESTINFOS', 'Pruefer', Ed_Benutzername.Text);
finally
Ini.Free;
end;

try
Ini:=TIniFile.Create(ExtractFilePath(ParamStr(0))+ '\IniFiles\' + 'Informationen.ini');
Ini.WriteString('TESTINFOS', 'Pruefer', Ed_Company.Text);
finally
Ini.Free;
end;

]
danke für deine Idee,aber ich verstehe ,das mit TStringlist nicht genau.so sieht mein Quellcode aus.
[Testinfos]
Name = Wolf
Firma= MMc

könntest du mir bitte mehr erklären,was du meinst?
danke
I like Programing, but it hates me!wat am I gonna do?
  Mit Zitat antworten Zitat
Antwort Antwort


Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 03:10 Uhr.
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz