FMX.StdCtrls.TImageControl

From RAD Studio API Documentation
Jump to: navigation, search

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

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=FMX.StdCtrls.TImageControl&oldid=480116"