For sending an image to another application (Sharing), FireMonkey has the standard action
TShowShareSheetAction, which enables you to:
1. Save an image to a Photo Library
2. Set an image as a photo contact in an Address Book
3. Print an image
4. Copy an image to the clipboard.
5. Send an image via EMail.
The list of actions depends on the list of installed applications on your device.
TShowShareSheetAction does not allow you to change the available activities.
The list of activities depends on data which you try to send. You can send
only text or image using TShowShareSheetAction.TextMessage and TShowShareSheetAction.Bitmap.
For transferring your data to TShowShareSheetAction, action has a special event
TShowShareSheetAction.OnBeforeExecute.
Partager