RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.varByte Constant

Represents a Variant that holds byte data.

Pascal
varByte = $0011;
C++
varByte = 0x0011;

System

When a Variant is assigned an integer value less than 256, it will be set to a varByte Variant type. varByte represents a Variant variable that currently holds a byte data value.  

Use VarType to determine the variant type. 

 

TVarType 

VarAsType 

VarType

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!