RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomVariantType.VarDataToStr Method

Returns a string that represents the value from a TVarData record.

Pascal
function VarDataToStr(const V: TVarData): string;
C++
__fastcall AnsiString VarDataToStr(const TVarData V);

Call VarDataToStr from the implementation of a TCustomVariantType descendant to extract a string that represents the value of a Variant. 

V is the TVarData record that represents the value of the Variant. 

 

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