FMX.Grid.TColumn

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTColumn

Delphi

TColumn = class(TControl, ICaption, IDrawableCellEx, IReadOnly)

C++

class PASCALIMPLEMENTATION TColumn : public Fmx::Controls::TControl

Properties

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

Description

Represents a column in a TGrid grid.

TColumn is the base class for classes declaring different types of columns in grids:

If you need to create a new type of column, you should derive your subclass from TColumn.

See Also