When a component is created at runtime and was not given a name Is one automatically created for it?
I have created program that at runtime can list all the components fouond on a form so I can use the property editor to change the properties, but it seems they are not showing up on the list. Those on the lists have names like DBMemoX, PanelX etc, X being a number.
For instance I want to change a DBMemo, but after going through every memo on the list and changing a property none of them are changed, so I suspect the one created is not listed.
I've got to check the original code and get back to you.
Does Lazarus have a way of naming components created at runtime?