Represents a Variant that holds ShortInt data.
varShortInt = $0010;
varShortInt = 0x0010;
System
To define a Variant to be a varShortInt type, you should use VarAsType to create one. By default, a Variant with an integer value less than the Word type capacity will normally be assigned a varByte type.
Use VarType to determine the variant type.
TVarType
VarAsType
VarType