Variant - ValueType Property

ValueType test the type of value in the variant

Member of Variant (PRIM_VAR)

Data Type - Enumeration

Details

The ValueType property returns the type of value currently stored in the variant.

Allowed Values

Enum ValueDescription
varBinaryStringLANSA Binary
varBooleanLANSA Boolean
varComponentReference to a LANSA component instance
varDateLANSA date
varDateTimeLANSA dateTime
varDecimalLANSA decimal number
varDoubleActiveX double
varEmptyNo value
varFloatLANSA float
varIntegerLANSA 4 byte integer
varInteger64LANSA 8 byte integer
varNullLANSA null
varStringLANSA alphanumeric string
varTimeLANSA time
varUnicodeLANSA Unicode string
varVoidActiveX void


 
 

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2