FMX.MediaLibrary.Actions.TTakePhotoFromLibraryAction.OnDidFinishTaking
Delphi
property OnDidFinishTaking: TOnDidFinishTaking read FOnDidFinishTaking write FOnDidFinishTaking;
C++
__property OnDidFinishTaking;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| event | published | FMX.MediaLibrary.Actions.pas FMX.MediaLibrary.Actions.hpp | FMX.MediaLibrary.Actions | TTakePhotoFromLibraryAction | 
Description
Occurs when the process of taking a photo from the local library of the device is finished.
Write an OnDidFinishTaking event handler to manage the taken photo.