android - firemonkey xe5 save captured image with specified name -


in firemonkey xe5 there sample how capture image , show bitmap, possible change image name, right after capturing, source code?

i've tried use code :

image.savetofile(gethomepath + pathdelim + 'myimage.jpg') 

on procedure :

procedure tform2.takephotofromcameraaction1didfinishtaking(image: tbitmap); begin  end; 

but nothing happened.


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -