Unit 'DBLib' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#dblib]

DBNUMERIC

Declaration

Source position: dblib.pp line 290

type DBNUMERIC = packed record

  precision: Byte;

  scale: Byte;

  sign: Byte;

  val: array [0..MAXNUMERICLEN-1] of Byte;

end;


Documentation generated on: 2023-03-18