FMX.Grid.TCustomNumberColumn

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Grid.TColumnFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomNumberColumn

Delphi

TCustomNumberColumn = class(TColumn)

C++

class PASCALIMPLEMENTATION TCustomNumberColumn : 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 TGrid grid.

FMX.Grid.TCustomNumberColumn inherits from FMX.Grid.TColumn. All content below this line refers to FMX.Grid.TColumn.

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