Unit 'DB' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TBCDField.Size

Number of decimals after the decimal separator.

Declaration

Source position: db.pas line 1010

published property TBCDField.Size : Integer
  default 4;

Description

Size is the number of decimals after the decimal separator. It is not the total number of decimals, which is stored in the TBCDField.Precision field.

See also

TBCDField.Precision

  

Precision of the BCD field.


Documentation generated on: Jul 24 2023