Skip to main content

TcxCustomCalcEditProperties.ScientificFormat Property

Specifies whether the editor uses scientific notation to display a value.

Declaration

property ScientificFormat: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Set the ScientificFormat property to True to display the value as a numeral with a decimal point and exponent also known as ‘scientific notation/format’. The images below show how this property affects the value’s appearance within the editor.

Property’s Value False True

The default value of the ScientificFormat property is False.

See Also