FMX.MediaLibrary.TParamsPhotoQuery

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TParamsPhotoQuery = record

C++

struct DECLSPEC_DRECORD TParamsPhotoQuery
{
public:
    System::Types::TSize RequiredResolution;
    bool Editable;
    bool NeedSaveToAlbum;
    TPickerPresentation PickerPresentation;
    TOnDidFinishTaking OnDidFinishTaking;
    TOnDidCancelTaking OnDidCancelTaking;
    TOnDidFailTaking OnDidFailTaking;
};

Properties

Type Visibility Source Unit Parent
record
struct
public
FMX.MediaLibrary.pas
FMX.MediaLibrary.hpp
FMX.MediaLibrary FMX.MediaLibrary

Description

TParamsPhotoQuery is a record that contains query information to take photos from the library, and from the camera.

See Also