FMX.MediaLibrary.Actions.TShowShareSheetAction.Bitmap

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Bitmap: TBitmap read FBitmap write SetBitmap;

C++

__property Fmx::Graphics::TBitmap* Bitmap = {read=FBitmap, write=SetBitmap};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
FMX.MediaLibrary.Actions.pas
FMX.MediaLibrary.Actions.hpp
FMX.MediaLibrary.Actions TShowShareSheetAction

Beschreibung

Gibt das Bild an, das mit anderen nativen Diensten geteilt werden soll.

Mit der Eigenschaft Bitmap können Sie das Bild (image) angeben, das geteilt werden soll.

Siehe auch