FMX.MediaLibrary.Actions.TCustomTakePhotoAction

From RAD Studio API Documentation
Jump to: navigation, search

FMX.StdActns.TSysCommonActionFMX.ActnList.TCustomActionSystem.Actions.TContainedActionSystem.Classes.TBasicActionSystem.Classes.TComponentSystem.Classes.TPersistentTCustomTakePhotoAction

Delphi

TCustomTakePhotoAction = class(TSysCommonAction)

C++

class PASCALIMPLEMENTATION TCustomTakePhotoAction : public Fmx::Stdactns::TSysCommonAction

Properties

Type Visibility Source Unit Parent
class public
FMX.MediaLibrary.Actions.pas
FMX.MediaLibrary.Actions.hpp
FMX.MediaLibrary.Actions FMX.MediaLibrary.Actions

Description

TCustomTakePhotoAction is the base class for taking photos actions.

TCustomTakePhotoAction introduces support for two events:

There are two ways to take photos to be used in applications:

Do not create instances of TCustomTakePhotoAction. Use TCustomTakePhotoAction as a base class when declaring actions that allow the user to take photos.

See Also