See, my idea is as follows: Of course I can just create the forms and then retrieve the data from the form instances, but I'd like to keep unloaded what the user doesn't need (yet), but I need the data mnentioned for creeating menu items to let the user access them when he wants them (form Caption converted into a menu item Caption)) and the information if the form ist to bee seen by default layout (by the way, I'm usier AnchorDockimng, which also provides non-default storage or loading of layout).
Correct me, but shouldn't be the data for the form somehow compiled into the binary for creating at startup? If so, the initialization code obviously reads this data, and I'd like to know how it does that to get the data I neeed.
I hope I'm clearer now. Sometimes, my English (non.-native) fails me.