FMX.StdCtrls.TImageControl.Bitmap

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Bitmap: TBitmap read FBitmap write SetBitmap;

C++

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

Properties

Type Visibility Source Unit Parent
property published
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TImageControl

Description

Specifies a TBitmap picture to be displayed onto the surface of this image control component.

Use Bitmap to specify the image for the TImageControl component. Bitmap is a reference to a FMX.Graphics.TBitmap object.

Setting Bitmap at design time brings up the Bitmap Editor, which can be used to specify the file that contains the image you want to display.

See Also