I created an array at runtime, set it's dimension, but I also need to create 3 TEdits inside each TPanel. I was looking into multidimensional arrays, but it seems that anything within a multidimensional array must be of the same type (such as TPanel).