API:FMX.MediaLibrary.Actions.TTakePhotoFromLibraryAction.OnDidFinishTaking

From RAD Studio API Documentation
Jump to: navigation, search

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 taking photo process is finished.

FMX.MediaLibrary.Actions.TTakePhotoFromLibraryAction.OnDidFinishTaking inherits from FMX.MediaLibrary.Actions.TCustomTakePhotoAction.OnDidFinishTaking. All content below this line refers to FMX.MediaLibrary.Actions.TCustomTakePhotoAction.OnDidFinishTaking.

Occurs when the taking photo process is finished.

Write an OnDidFinishTaking event handler to manage what happens after taking the photo.

See Also