Delphi-PRAXiS
Seite 2 von 2     12   

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   GUI-Design mit VCL / FireMonkey / Common Controls (https://www.delphipraxis.net/18-gui-design-mit-vcl-firemonkey-common-controls/)
-   -   Delphi TMemIniFile neu einlesen (https://www.delphipraxis.net/83781-tmeminifile-neu-einlesen.html)

faux 6. Jan 2007 15:56

Re: TMemIniFile neu einlesen
 
Okay. Danke sehr.

IngoD7 19. Jan 2007 15:37

Re: TMemIniFile neu einlesen
 
Zitat:

Zitat von thkerkmann
Und vielleicht ist die Antwort einfach:

Delphi-Quellcode:
  MyMemIniFile.Free;
  MyMemIniFile := tMemIniFile.Create(meinIniFilename);

Und noch etwas einfacher: :zwinker:
Delphi-Quellcode:
  MyMemIniFile.Rename(meinIniFilename, true);
Für Genaueres seht dazu die Online-Hilfe.


Alle Zeitangaben in WEZ +1. Es ist jetzt 01:05 Uhr.
Seite 2 von 2     12   

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz