API:FMX.MediaLibrary.Actions.TTakePhotoFromCameraAction.OnDidCancelTaking

From RAD Studio API Documentation

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 taking photo process is canceled. FMX.MediaLibrary.Actions.TTakePhotoFromCameraAction.OnDidCancelTaking inherits from FMX.MediaLibrary.Actions.TCustomTakePhotoAction.OnDidCancelTaking. All content below this line refers to FMX.MediaLibrary.Actions.TCustomTakePhotoAction.OnDidCancelTaking.

Occurs when the taking photo process is canceled.

Write an OnDidCancelTaking event handler to manage what happens if the taking photo process is canceled.

See Also