RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.varByte Constant

Represents a Variant that holds byte data.

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

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!