FMX.Grid.TCheckColumn

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Grid.TColumnFMX.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

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

See Also