One frequently asked question that still gets asked today goes like this: "How do I create an array of [component] and fill it with existing [component] instances from the form?" Where [component] usually is TLabel, TCheckbox or TEdit. I'm going to outline some solutions here. Let's start by defining some parameters: We have got a … Continue reading Creating an array of controls in Delphi