FMX.MediaLibrary.TWriteImageCompletionEvent
C++
typedef void __fastcall (__closure *TWriteImageCompletionEvent)(const bool ASaved, const System::UnicodeString AResultMessage);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| typedef | public | FMX.MediaLibrary.hpp | FMX.MediaLibrary | FMX.MediaLibrary |
Description
The type of event that the AddImageToSavedPhotosAlbum uses for the callback method.
The parameters that this method accepts are:
ASaved: Specifies whether the operation is successful (the image is saved).AResultMessage: An arbitrary message text. May also contain an error message if one occurs.