FMX.Grid.TImageCell

From RAD Studio API Documentation
Jump to: navigation, search

FMX.StdCtrls.TImageControlFMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTImageCell

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 cell in a grid that holds an image.

A TImageCell object is a cell--in a TImageColumn of a grid--that displays an image.

See Also