FMX.Grid.TCheckColumn

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Grid.TColumnFMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCheckColumn

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

TCheckColumn represents a column in a grid that holds TCheckCell objects.

A TCheckColumn object is a column in a grid, whose rows are of type TCheckCell and contain clickable check boxes.

See Also