TcxCustomCalculator.Precision Property
Determines the number of digits displayed in a calculator control.
Declaration
property Precision: Byte read; write; default cxDefCalcPrecision;
Property Value
Type | Default |
---|---|
Byte | cxDefCalcPrecision |
Remarks
The Precision property defines the maximum number of digits the calculator can display. It includes both integer and fractional parts.
The default value of the Precision property is cxDefCalcPrecision.
See Also