RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.varString Constant

Represents a Variant that holds string data.

Pascal
varString = $0100;
C++
varString = 0x0100;

When a Variant is assigned a string value, it will be set to a varString Variant type.  

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!