I am trying to write a Delphi 4 programme to display images as thumbnails with specific related info.
I have a panel as the base with image, label, and edit box controls etc on top. I want to create as many of these as required at runtime.
Looking at creating custom controls they seem to derive from one control and I do not see how to include multiple controls in one component.
Is this the correct way forward?
I have a panel as the base with image, label, and edit box controls etc on top. I want to create as many of these as required at runtime.
Looking at creating custom controls they seem to derive from one control and I do not see how to include multiple controls in one component.
Is this the correct way forward?