API:FMX.MediaLibrary.Actions.TTakePhotoFromLibraryAction

From RAD Studio API Documentation
Jump to: navigation, search

FMX.MediaLibrary.Actions.TCustomTakePhotoActionFMX.StdActns.TSysCommonActionFMX.ActnList.TCustomActionSystem.Actions.TContainedActionSystem.Classes.TBasicActionTTakePhotoFromLibraryAction

Delphi

TTakePhotoFromLibraryAction = class(TCustomTakePhotoAction)

C++

class PASCALIMPLEMENTATION TTakePhotoFromLibraryAction : public TCustomTakePhotoAction

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.

FMX.MediaLibrary.Actions.TTakePhotoFromLibraryAction inherits from FMX.MediaLibrary.Actions.TCustomTakePhotoAction. All content below this line refers to FMX.MediaLibrary.Actions.TCustomTakePhotoAction.

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