FMX.MediaLibrary.Actions.TTakePhotoFromCameraAction.OnDidCancelTaking

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnDidCancelTaking: TOnDidCancelTaking read FOnDidCancelTaking write FOnDidCancelTaking;

C++

__property OnDidCancelTaking;

Properties

Type Visibility Source Unit Parent
event published
FMX.MediaLibrary.Actions.pas
FMX.MediaLibrary.Actions.hpp
FMX.MediaLibrary.Actions TTakePhotoFromCameraAction


Description

Occurs when the process of taking a photo from the camera device is canceled.

Write an OnDidCancelTaking event handler to manage what happens if taking a photo from the camera device is canceled.

See Also