Re: Timage.autosize



Maybe this is what you're looking for?

Image1.AutoSize := True;
Image1.AutoSize := False;
Image1.Stretch := True;
Image1.Height := Image1.Height * 2;





"Miko" <michel.salvagniac@xxxxxxx> schreef in bericht
news:42ad6ef6$0$31993$626a14ce@xxxxxxxxxxxxxxx
> ...i think that my description was bad...
> this code don't works:
> Image1.AutoSize=true; //works
> Image1.AutoSize=false;
> Image1.Repaint;//
> Image1.stretch=true;//dont works, the image stay autosized
> Image1.Repaint;//still dont works,
>
>
>


.