FMX.Grid.TCheckCell

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid FMX.Grid

Beschreibung

Repräsentiert eine Zelle in einer Tabelle, die ein Kontrollkästchen enthält.

Ein TCheckCell-Objekt ist in einem TCheckColumn-Objekt einer Tabelle eine Zelle, in der ein anklickbares Kontrollkästchen angezeigt wird.

Siehe auch