Hi
i made some Image components like this:

TImage *Image[10];
for (i=0;i<10;i++)
{
Image[i]=new TImage(Form1);
Image[i]->Parent=Form1;
}

So in that new Images i want to make OnClick Method and write code when you click on them show for example a form... Is this possible that?
Please help