I need to use a TThread method to update the TImage control (the pixel property of it)
more specifically, I need...
void imageputpixel(int x, int y, void *colour) {
Form1->canvas->Canvas->Pixels[x][y] = (TColor) colour;
};
to be called from my TThread...
every time I try it, I get a write...
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.