Avatar of cheekers
cheekers

asked on 

How do I create a collection of tedits in Delphi?

My background in Pascal is mostly procedural. I have created a non-visual component and I would like to add to it a property, Edits, which would be a collection of Text Edits (tedit) that are placed on the frame of the non-visual component as they are created. The behavior I am going for is something like the way status bar panels work: (I drop a status bar, right-click to access the panels editor and from there I am able to create as many panels as I need) I would like to be able to drop my component on a frame or a form and right-click on it to create as many tedits as I care to create.

I have no idea how to do this, though.
Delphi

Avatar of undefined
Last Comment
Geert G

8/22/2022 - Mon