like this:
var pic:Tbitmap; begin pic:=Tbitmap.create; pic.Loadfromfile('c:\pic.bmp'); form.canvas.draw(pic,x,y); pic.free; end
Bring it to the canvas of the desired component, for example, a form
Source: https://ru.stackoverflow.com/questions/74335/More articles:Creating your session in ubuntuNon-oriented programming books on a specific language [closed]I can not get the html code from the InternetGetting the result of the execution when choosing a fileHow to hide JPopupMenu after clicking the mouse in a different window?Array sortingDynamic componentsHow to switch tabs on the page with loading by AJAX and changing the URL?Upload photos to the photo albumOn some sites the mouse wheel does not work. How is this implemented?All Articles