FMX.StdCtrls.TImageControl

From RAD Studio API Documentation

Error: Image is invalid or non-existent.

Delphi

TImageControl = class(TStyledControl)

C++

class PASCALIMPLEMENTATION TImageControl : public Fmx::Controls::TStyledControl

Properties

Type Visibility Source Unit Parent
class public
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls FMX.StdCtrls

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.

See Also

Code Examples