FMX.MediaLibrary.TOnDidFinishTaking

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TOnDidFinishTaking = procedure(Image: TBitmap) of object;

C++

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

Properties

Type Visibility Source Unit Parent
type
typedef
public
FMX.MediaLibrary.pas
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