What is the best way to serialize Delphi application configuration?
问题 I will answer this question myself, but feel free to provide your answers if you are faster than me or if you don't like my solution. I just came up with this idea and would like to have some opinions on that. Goal: a configuration class that is readable (like an INI-file) but without having to write (and adapt after a new configuration item has been added) the load and save methods. I want to create a class like TMyConfiguration = class (TConfiguration) ... property ShowFlags : Boolean read