10649 : Im using phGant VCL version with Delphi 2006 and would like to know how to save the content of the component to a file in order to reload it later ?

Question

I’m using phGant VCL version with Delphi 2006 and would like to know how to save the content of the component to a file in order to reload it later ?

Answer

There is no built in function to persist the component state to disk, and no function to reload. I would suggest that you us a MSXML DOM and iterate the gantt chart and save the objects and properties you want saved in elements and attributes.

Leave a Reply