I am creating controls on the fly from button presses and
then need to have additional information stored with each control.
example:
paintbox := TPaintBox.Create(Self);
paintbox.parent := somepanel;
where can I store these
paintboxshape := rectangle
otherHolder := othervalue
etc...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.