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 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


See also

All Component Classes

Technical Reference

  • No labels