Neron Posted January 27, 2012 Share Posted January 27, 2012 (edited) How to assin bitmap to Timage object in Form? i try many options but fail. Image1.Picture.LoadFromFile('name.png') i see that on internet but in scar no such metod ---------- Post added at 12:09 PM ---------- Previous post was at 11:58 AM ---------- found one way! LoadFromFile(image1.Picture,ScreenPath+'a.bmp'); Is some other options? I menan directly from bitmap handle, or i must save bitmap and thel load in to object? Edited January 27, 2012 by Neron Quote Link to comment Share on other sites More sharing options...
FHannes Posted January 27, 2012 Share Posted January 27, 2012 TBitmapFromBmp(TImage.Picture.Bitmap, ScarBitmap) or LoadFromFile(TImage, 'file') Quote Link to comment Share on other sites More sharing options...