FMX.Grid.TColumn

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TColumn = class(TStyledControl)

C++

class PASCALIMPLEMENTATION TColumn : public Fmx::Controls::TStyledControl

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.

A TColumn object represents a column of a TGrid. TColumn is also the base class for the following object-containing columns:

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

See Also