Show: Delphi
C++
Display Preferences
FMX.Controls.TImageControl
From XE3 API Documentation
Delphi
TImageControl = class(TStyledControl)
C++
class PASCALIMPLEMENTATION TImageControl : public Fmx::Types::TStyledControl
Contents |
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | FMX.Controls.pas FMX.Controls.hpp |
FMX.Controls | FMX.Controls |
Description
Represents a graphical control used to display images on a FireMonkey form.
Use a TImageControl whenever you need to put an image on a FireMonkey form. You can use the Bitmap property to specify the image that will be displayed.