Skip to main content

TdxServerModeADODataSourceOptions.EnableBCD Property

Specifies if numeric and decimal field values are translated as floating-point values or binary coded decimal (BCD) values.

Declaration

property EnableBCD: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Set this property to True to enable the BCD value translation. Otherwise, the floating-point value translation is used. To learn more, refer to the TADODataSet.EnableBCD property description.

The default value of the EnableBCD property is True.

See Also