FMX.Grid.TCheckColumn

From RAD Studio API Documentation

TCheckColumnFMX.Grid.TColumnFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObject

Delphi

TCheckColumn = class(TColumn)

C++

class PASCALIMPLEMENTATION TCheckColumn : public TColumn

Properties

Type Visibility Source Unit Parent
class public
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid FMX.Grid

Description

Represents a column in a grid, whose cells show check boxes.

See Also