Delphi object persistence, what is the best way

前端 未结 6 2202
悲哀的现实
悲哀的现实 2021-01-31 23:35

I have developed application for drawing some shapes (lines mostly) , now i need to be able to store sketch to a file, I know that delphi has build in routines for object persi

6条回答
  •  南笙
    南笙 (楼主)
    2021-01-31 23:57

    With NativeXML from http://www.simdesign.nl/xml.html I accomplished to read/write delphi in-memory objects from/to XML code. Very nice, very easy, with demo included here: http://www.simdesign.nl/forum/download/file.php?id=236

提交回复
热议问题