Description of TSaveComponents :
It allows to save the position and size from all components in a form. The component uses a file INI. It is enough with placing the component in the form and activate it; When the application is closed save position/size and when returning to execute it restore the values to the controls automaticaly. It's the perfect complement for the component TSelectOnRuntime (for move and resize components at runtime); You can find it here (Torry) or at author's site.NOTE: The version 1.4 add the event OnNotExistComponent for made easy the work with components created at runtime. Now support added for Delphi 2005/2006.NOTE: The version 1.3 allow the user add TStrings type properties like Lines, Items...NOTE: The version 1.2 allow the user add properties to save using the SaveProperties property.