API:FMX.Grid.TImageCell
Delphi
TImageCell = class(TImageControl, IDrawableCell)
C++
class PASCALIMPLEMENTATION TImageCell : public Fmx::Stdctrls::TImageControl
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | FMX.Grid.pas FMX.Grid.hpp |
FMX.Grid | FMX.Grid |
Description
Represents a graphical control used to display images on a FireMonkey form.
FMX.Grid.TImageCell inherits from FMX.StdCtrls.TImageControl. All content below this line refers to FMX.StdCtrls.TImageControl.
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.