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
Post a Comment