RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.varOleStr Constant

Represents a Variant that has been assigned a COM interface type string value.

Pascal
varOleStr = $0008;
C++
varOleStr = 0x0008;

When a Variant is assigned a string value via a COM interface, it is set to the varOleStr 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!