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 System::Variant

V is the TVarData record that represents the value of the System::Variant

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!