Thanks Todd, Dion managed to decipher what I was trying to do thanks though, I really don’t want an ini file on disk was the main concern.

 

Jay

 

-----Original Message-----
From: Todd Martin [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, 27 November 2002 10:24 a.m.
To: Multiple recipients of list delphi
Subject: Re: [DUG]: TIniFile format in delphi but populate from memory stream

 

Hi Jason

 

Create a TStringList and load it from the memory stream.

Then create a TMemIniFile and use SetStrings(AStringList)

UpdateFile() will then create the Ini file on disk.

 

Todd.

----- Original Message -----

From: Jason Coley

Sent: Wednesday, 27 November 2002 09:03

Subject: [DUG]: TIniFile format in delphi but populate from memory stream

 

Is there a way to parse a string that is formatted the same as an ini file except that the information is not in an inifile, rather it comes from another source?

 

jay

Reply via email to