FMX.MediaLibrary.TOnDidCancelTaking

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __fastcall (__closure *TOnDidCancelTaking)(void);

Properties

Type Visibility Source Unit Parent
typedef public FMX.MediaLibrary.hpp FMX.MediaLibrary FMX.MediaLibrary

Description

TOnDidCancelTaking is a procedural type used to define what happens when the taking photo action is canceled.

TOnDidCancelTaking is used to define the OnDidCancelTaking event of a taking photo action

See Also