TcxCustomCalcEditProperties.Precision Property
In This Article
Defines the value precision in a calculator editor.
#Declaration
Delphi
property Precision: Byte read; write;
#Property Value
Type |
---|
Byte |
#Remarks
The Precision property determines the number of digits a calculator editor can display.
The default value of the Precision property is cxDefCalcPrecision. cxDefCalcPrecision is a constant declared in the cxCalc unit.
See Also