![]() |
Re: string in ini speichern und wieder laden
hallo,
Delphi-Quellcode:
raik
a:= delphiini.readstring(....);
|
Re: string in ini speichern und wieder laden
ah mega thx an alle ist echt super hier ich hoffe es stört nicht das ich noch ein naja mann könnte sagen ''noob'' bin
also nochmal danke an alle mfg Prym |
Re: string in ini speichern und wieder laden
Zitat:
|
Re: string in ini speichern und wieder laden
Zitat:
Delphi-Quellcode:
DelphiIni := TIniFile.Create('c:\x\x.ini');
try DelphiIni.WriteString('Section','Str1','test'); finally FreeAndNil(DelphiIni) //oder auch DelphiIni.Free; end; |
Alle Zeitangaben in WEZ +1. Es ist jetzt 09:55 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