I have nothing found via Google search. Therefore, I assume it is not possible to access a control via code during runtime. Or is it possible?
What I looking for is to access, e.g., a label called label_1 via name during runtime. I have 5 groups a five labels. So I enumerate thorough and access something like
label_X = background color black.
I also assume it is not possible to get all children of a group (my five labels…)