FMX.MediaLibrary.IFMXPhotoLibrary

From RAD Studio API Documentation
Jump to: navigation, search

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:

See Also