Source position: dblib.pp line 290
type DBNUMERIC = packed record
precision: Byte;
scale: Byte;
sign: Byte;
val: array [0..MAXNUMERICLEN-1] of Byte;
end;