API:FMX.Grid.TCheckCell

From RAD Studio API Documentation
Jump to: navigation, search

FMX.StdCtrls.TCheckBoxFMX.StdCtrls.TPresentedTextControlFMX.Controls.Presentation.TPresentedControlFMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentTCheckCell

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 FireMonkey styled check box that can be either on (selected) or off (cleared).

FMX.Grid.TCheckCell inherits from FMX.StdCtrls.TCheckBox. All content below this line refers to FMX.StdCtrls.TCheckBox.

Represents a FireMonkey styled check box that can be either on (selected) or off (cleared).

TCheckBox represents a FireMonkey styled check box that can be either on (selected) or off (cleared). A TCheckBox component presents you an option. Select the box to turn on the option, or clear it to turn off the option.

A FireMonkey TCheckBox control supports linking to a Boolean database field. The Boolean field can be null, so there are actually three states: True, False, Null. The TCheckBox control treats the Null state as False.


See Also

Code Examples