FMX.MediaLibrary.Actions.TTakePhotoFromLibraryAction

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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

Delphi

TTakePhotoFromLibraryAction = class(TCustomTakePhotoAction)

C++

class PASCALIMPLEMENTATION TTakePhotoFromLibraryAction : public TCustomTakePhotoAction

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
FMX.MediaLibrary.Actions.pas
FMX.MediaLibrary.Actions.hpp
FMX.MediaLibrary.Actions FMX.MediaLibrary.Actions


Beschreibung

TTakePhotoFromLibraryAction ist die Standardaktion für das Übernehmen von Fotos aus der lokalen Bibliothek des Geräts.

Schreiben Sie eine Ereignisbehandlungsroutine für OnDidFinishTaking, um das Übernehmen von Fotos zu verwalten.

Beim Klicken auf das Steuerelement, dem eine TTakePhotoFromLibraryAction zugeordnet ist, wird das Bibliothek-Fenster angezeigt, in dem der Benutzer das gewünschte Foto auswählen kann.

TTakePhotoFromLibraryAction befindet sich im Aktionslisten-Editor im Abschnitt Medienbibliothek.

Siehe auch

Codebeispiele