show/hide this revision's text 7 7 <> 2007
show/hide this revision's text 6 rephrase to make clear how this is a new question; deleted 8 characters in body; added 2 characters in body; [made Community Wiki]

Possible Duplicate:

This is not a duplicate but a follow-up to "Persistent Objects in Windows XP/Delphi 7

REPHRASED DUPLICATE

Rephrased duplicate of this and this."

I need to persist more than one object in Delphi 7, and the objects are a class family. Somebody tells me to RRUZ's answer suggests I inherit from TPersistent, and I did ituse TJvAppXMLFileStorage, but when I use its WritePersistent method, it overwrite one object with the next object in the XML file.

I have to save objects (TAlarms, and descendants) later in a database, so I have to recover them from the file.

How can I persist more than one object in the same file and how to then load these objects from the file?

show/hide this revision's text 5 insert duplicate link

Possible Duplicate:
Persistent Objects in Windows XP/Delphi 7

REPHRASED DUPLICATE

Rephrased duplicate of this and this

I need to persist more than one object in Delphi 7, and the objects are a class family. Somebody tells me to inherit from TPersistent, and I did it, but when I use WritePersistent method it overwrite the object in the XML file.

I have to save objects (TAlarms, and descendants) later in a database, so I have to recover them from the file.

How can I persist more than one object in the same file and how to load these objects from the file?

    Post Closed as "exact duplicate" by Ken White, Mark Biek, mghie, Lieven, Shog9
show/hide this revision's text 4 added 277 characters in body
show/hide this revision's text 3 deleted 28 characters in body; edited tags; edited title
show/hide this revision's text 2 edited tags
show/hide this revision's text 1