I have a number record structures that I want to save the contents of persistently and then retrieve them again.
Eg.
type TMyRec = record
Name : TPersonName;
Age : integer;
end;
Assuming I have:
var
MyRec : TMyRec;
Is there an easy (perhaps using RTTI) that I could save the contents of MyRec to something and then be able to read it back later to fill MyRec again? Or would I have to write my own storage and retrieval operations?
TIA
----------------------------------------------------------------------
Donovan J. Edye [www.edye.wattle.id.au]
Namadgi Systems [www.namsys.com.au]
Voice: +61 2 6285-3460
Fax: +61 2 6285-3459
TVisualBasic = Class(None);
Heard just before the 'Big Bang': "...Uh Oh...."
----------------------------------------------------------------------
GXExplorer [http://www.gxexplorer.org] Freeware Windows Explorer
replacement. Also includes freeware delphi windows explorer components.
----------------------------------------------------------------------