VariantTypeCode

Overview

This enumeration represents Delphi-compatible variant type codes as they returned by the VarType Delphi function. Used in conjunction with the VariantType class.

Location

Value Description
varArray
varBinary
varBoolean
varByte
varCurrency
varDateTime
varDecimal
varDelphiString
varDelphiUtfString
varDispatch
varDouble
varEmpty
varError
varGuid
varInt16
varInt32
varInt64
varInt8
varLongWord
varNull
varSingle
varString
varUnknown
varVariant
varWord