FMX.StdCtrls.TImageControl.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.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TImageControl

Beschreibung

Gibt ein TBitmap-Bild an, das von dieser Bildsteuerungskomponente angezeigt wird.

Mit Bitmap geben Sie das Bild für die TImageControl-Komponente an. Bitmap ist eine Referenz auf ein FMX.Graphics.TBitmap-Objekt.

Durch Setzen der Eigenschaft Bitmap zur Entwurfszeit wird der Bitmap-Editor geöffnet, in dem die Datei angegeben werden kann, die das anzuzeigende Bild enthält.

Siehe auch