I'm using Borland C++ Builder 6 and I want to have one TImage on top of another (both images visible) without the image on top catching mouse events. Right now, the image on top blocks the image under it so it doesn't recieve any events.
Is there some way I can make an object "invisible" to events like OnClick?