FMX.MediaLibrary.Actions.TTakePhotoFromLibraryAction.OnDidFinishTaking

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnDidFinishTaking;

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.

See Also