I would like to enable my application with dynamic config interfaces, retrieved from the classes it uses. I was thinking about a TPanel
in my Main-Window that would be passed to my class and it creates the config-controls, populates them with values and retrieves those values later and stores them in its config. That means I will have to create the controls, place them and calculate positions and sizes.
Is there a better way to accomplish this? The classes all exist already with lots of code.