FMX.MediaLibrary.IFMXPhotoLibrary
Delphi
IFMXPhotoLibrary = interface
C++
__interface INTERFACE_UUID("{D10DE62A-7398-4BC6-AA4C-AF5F4382BC46}") IFMXPhotoLibrary : public System::IInterface
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
interface class |
public | FMX.MediaLibrary.pas FMX.MediaLibrary.hpp |
FMX.MediaLibrary | FMX.MediaLibrary |
Description
IFMXPhotoLibrary is the interface to save images to the system Photo Album.
IFMXPhotoLibrary includes the method AddImageToSavedPhotosAlbum to save a bitmap to the device Photo Album.
- Note: The IFMXPhotoLibrary interface is only supported by iOS and Android devices; it is not supported by Win32, Win64 and OSX.
Other related interfaces:
- Use the IFMXTakenImageService interface to pick photos from the local library.
- Use the IFMXCameraService interface to take photos from the camera device.