RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomVariantType.VarDataIsStr Method

Indicates whether a TVarData record represents a string (normal or Unicode).

Pascal
function VarDataIsStr(const V: TVarData): Boolean;
C++
__fastcall Boolean VarDataIsStr(const TVarData V);

VarDataIsStr returns true if the given TVarData record has a VType field of varString or varOleStr. 

 

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