FMX.EditBox.TCustomEditBox.DecimalDigits

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DecimalDigits: Integer read GetDecimalDigits write SetDecimalDigits default 2;

C++

__property int DecimalDigits = {read=GetDecimalDigits, write=SetDecimalDigits, default=2};

Properties

Type Visibility Source Unit Parent
property published
FMX.EditBox.pas
FMX.EditBox.hpp
FMX.EditBox TCustomEditBox

Description

Specifies the number of decimal positions of the displayed Value.

This property has effect only if the ValueType property is set to Float.

See Also