FMX.Grid.TCurrencyColumn

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TCurrencyColumn = class(TCustomNumberColumn)

C++

class PASCALIMPLEMENTATION TCurrencyColumn : 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 grid, whose cells show Currency values.

The text is always right-aligned. DecimalDigits defines the number of decimal numbers after the decimal point when displaying float numbers. The default is 2.

By default, a cell editor uses the numerical keyboard on mobile devices.

See Also