ValueType test the type of value in the variant
Member of Variant (PRIM_VAR)
Data Type - Enumeration
The ValueType property returns the type of value currently stored in the variant.
Enum Value | Description |
---|---|
varBinaryString | LANSA Binary |
varBoolean | LANSA Boolean |
varComponent | Reference to a LANSA component instance |
varDate | LANSA date |
varDateTime | LANSA dateTime |
varDecimal | LANSA decimal number |
varDouble | ActiveX double |
varEmpty | No value |
varFloat | LANSA float |
varInteger | LANSA 4 byte integer |
varInteger64 | LANSA 8 byte integer |
varNull | LANSA null |
varString | LANSA alphanumeric string |
varTime | LANSA time |
varUnicode | LANSA Unicode string |
varVoid | ActiveX void |
Febuary 18 V14SP2