reicht es nicht, wenn man ein normales image bis an den rand der form zieht und dann sagt:
Delphi-Quellcode:
image1.anchors:=[right,left,top,bottom];
//oder (bin mir bei dem oberen nicht sicher)
image1.anchors.left:=true;
image1.anchors.right:=true;
image1.anchors.top:=true;
image1.anchors.bottom:=true;
oder is da ein haken bei???