Delphi object persistence, what is the best way

前端 未结 6 2096
悲哀的现实
悲哀的现实 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-02-01 00:00

    The built in object persistance is primarily designed for use in streaming components to a dfm, the work that you would need to do to persist your sketch would not benefit very much from that mechanism.

    I think that you would be better off coming up with a custom scheme.

提交回复
热议问题