Introduction
Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
CastlePhotoService
type TPhotoService = class(TComponent)
TPhotoService enables to store/retrieve images to/from the system Photos app. It may also request user to take a new photo with the camera.
TPhotoService
At the moment, only storing images is implemented.
class procedure StoreImage(APath: string);