FMX.Grid.TCurrencyColumn.DecimalDigits

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DecimalDigits;

C++

__property DecimalDigits = {default=2};

Properties

Type Visibility Source Unit Parent
property published
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TCurrencyColumn

Description

The number of decimal numbers after the decimal point (decimal separator) when displaying floating-point numbers.

The default is 2.

See Also