FMX.MediaLibrary.TOnDidFinishTaking

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __fastcall (__closure *TOnDidFinishTaking)(Fmx::Graphics::TBitmap* Image);

Properties

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

Description

TOnDidFinishTaking is a procedural type used to define what happens when the taking photo action is finished.

TOnDidFinishTaking is used to define the OnDidFinishTaking event of a taking photo action

See Also