Boolean |
Data type representing True of False values |
Currency |
Data type used to hold monetary values |
Date |
Data type used to hold dates and times |
Double |
Data type used to hold real number with 15-16 digits of precision |
HWND |
Data type used to hold windows |
Integer |
Data type used to hold whole numbers with 4 digits of precision |
Long |
Data type used to hold whole numbers with 10 digits of precision |
Object |
Data type used to hold OLE automation objects |
Single |
Data type used to hold real number with 7 digits of precision |
String |
Data type used to hold sequences of characters |
Variant |
Data type that holds a number, string, or OLE automation objects |
Language elements by category |