CONST_DPLAYBUFSIZE
Used to specify the data type used in buffers.
Enum CONST_DPLAYBUFSIZE
SIZE_BOOLEAN = 2
SIZE_BYTE = 1
SIZE_CURRENCY = 8
SIZE_DATE = 8
SIZE_DECIMAL = 14
SIZE_DOUBLE = 8
SIZE_INTEGER = 2
SIZE_LONG = 4
SIZE_SINGLE = 4
End Enum
Constants
- SIZE_BOOLEAN
- Size of a BOOLEAN variable, in bytes.
- SIZE_BYTE
- Size of a BYTE variable, in bytes.
- SIZE_CURRENCY
- Size of a CURRENCY variable, in bytes.
- SIZE_DATE
- Size of a DATE variable, in bytes.
- SIZE_DECIMAL
- Size of a DECIMAL variable, in bytes.
- SIZE_DOUBLE
- Size of a DOUBLE variable, in bytes.
- SIZE_INTEGER
- Size of an INTEGER variable, in bytes.
- SIZE_LONG
- Size of a LONG variable, in bytes.
- SIZE_SINGLE
- Size of a SINGLE variable, in bytes.