FMX.MediaLibrary.TParamsPhotoQuery.OnDidFinishTaking

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

OnDidFinishTaking: TOnDidFinishTaking;

C++

TOnDidFinishTaking OnDidFinishTaking;

Properties

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

Description

Occurs after taking the image from the device.

Write an event handler for OnDidFinishTaking to specify what happens after taking the image from the device.

See Also