0
I have a question about storing an image in a variable in Delphi. I’m using a function that saves as an image a signature collected in a digital signature collector (Step Over - naturaSign). However, this function only saves the image in a directory of my machine. I would like to know how to go to the directory path, take this image and finally store it in a variable. Thanks for your answers.
Thank you very much my friend. It helped a lot!
– Xtronalt29
TPicture.Create;
– Ilyes
"Tgraphic" class also has "Loadfromfile()" procedure not function
– Ilyes
@Sami, thank you for correcting me on the appointment issue. On the question of
()
, I like to use them to make it clear that it is a procedure, there is some kind of problem using this way?– Roberto de Campos