FMX.ExtCtrls.TImageViewer.Bitmap

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Bitmap: TBitmap read GetBitmap write SetBitmap;

C++

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

Properties

Type Visibility Source Unit Parent
property published
FMX.ExtCtrls.pas
FMX.ExtCtrls.hpp
FMX.ExtCtrls TImageViewer

Description

Represents a TBitmap object used to select and customize the image that is displayed on the TImageViewer control.

Modify the Bitmap property in order to replace the image that is displayed on the control or change its properties.

See Also