FMX.Grid.TCheckCell

Delphi
TCheckCell = class(TCheckBox, IDrawableCell)
C++
class PASCALIMPLEMENTATION TCheckCell : public Fmx::Stdctrls::TCheckBox
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 a check box.
A TCheckCell object is a cell--in a TCheckColumn of a grid--that displays a clickable check box.