<div dir="ltr"><div class="gmail_extra"><span style="font-size:16px">Graeme,</span><br></div><div class="gmail_extra"><span style="font-size:16px"><br></span></div><div class="gmail_extra"><span style="font-size:16px">Does someone else have access to your account? Because the questions you're asking are trivial to answer.</span></div><div class="gmail_extra"><span style="font-size:16px"><br></span></div><div class="gmail_extra"><span style="font-size:16px">TEdit is a windowed control and as such its rectangular clipping path is controlled by the Z-order of its siblings.</span></div><div class="gmail_extra"><span style="font-size:16px"><br></span></div><div class="gmail_extra"><span style="font-size:16px">TImage is a graphic control and</span><span style="font-size:16px"> </span><span style="font-size:16px">as such its rectangular clipping path is controlled by the Z-order of its parent window.</span></div><div class="gmail_extra"><span style="font-size:16px"><br></span></div><div class="gmail_extra"><span style="font-size:16px">If you case, the image, edit, and status bar all have the same parent window, thus the image will always be clipped by the edit and status bar.</span></div></div>