Answers for "loading images to a timage"

0

loading images to a timage

procedure TForm1.btnLoadPicClick(Sender: TObject);
 begin
 img1.Picture.LoadFromFile( 'test.1');
 img1.Stretch := True ;
Posted by: Guest on October-13-2020

Browse Popular Code Answers by Language