FMX.Grid.TFloatColumn

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Grid.TCustomNumberColumnFMX.Grid.TColumnFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTFloatColumn

Delphi

TFloatColumn = class(TCustomNumberColumn)

C++

class PASCALIMPLEMENTATION TFloatColumn : public TCustomNumberColumn

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.TFloatColumn 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