FMX.MediaLibrary.TParamsPhotoQuery.OnDidCancelTaking

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

OnDidCancelTaking: TOnDidCancelTaking;

C++

TOnDidCancelTaking OnDidCancelTaking;

Properties

Type Visibility Source Unit Parent
field public
FMX.MediaLibrary.pas
FMX.MediaLibrary.hpp
FMX.MediaLibrary TParamsPhotoQuery

Description

Occurs when the user cancels the process of getting an image.

Write an event handler for OnDidCancelTaking to specify what happens when the user cancels the process of getting an image.

See Also