Form Saver 1.03

License: Free ‎File size: 642.94 KB
‎Users Rating: 3.0/5 - ‎18 ‎votes

Form Saver (TFormSaver component) allows you to save and load entire form or any component on the form to/from stream or file. Only native VCL are used, so the data is 100% compatible with standard streams and DFM files. Both text and binary formats are supported. All you need to save the form is to drop TFormSaver component onto the form and call any save method, like SaveToDFM, SaveToStream or SaveToFile. The saved data can be loaded with mirror methods after registering all the loaded classes with standard RegisterClasses procedure (it's base requirement of VCL stream system). Also you can save and load any component on the form with appropriate methods. Form Saver suite includes demo project that demonstrates main features of TFormSaver component.

VERSION HISTORY

  • Version 1.03 posted on 2013-10-01
    Compatibility with Delphi XE5
  • Version 1.03 posted on 2009-10-08
    Compatibility with Delphi 2010

Program Details