RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.varStrArg Constant

Represents a Variant that has holds a COM compatible string value.

Pascal
varStrArg = $0048;
C++
varStrArg = 0x0048;

In order to use a Variant with a COM interface, you should create a varStrArg type using VarAsType.  

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!