Hi,
I have a problem with some pointer. I want to have access to some component of a Form within a thread, and to do so, I initialise the pointer in my Thread to the component of my form. Here's that small part of my code:
// The part from my form where I create, initialise and start my thread...
Hi,
I have a thread that needs some components from the Form it was called by. I thought of creating a new method Create that would require in his parameters these components, and then set them so I can use them in my thread (I suspect there is a better way to do it). But, when I change the...
Hi,
I have a TImage component which has a small transparent area in it, and I can't bring it to the front of the application, above other panels. Is it possible to do that with Images component?
If not, is there any way to have a panel containing a image, or an image component that has the...
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.