System.Variants.TCustomVariantType.VarDataToStr

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function VarDataToStr(const V: TVarData): string;

C++

System::UnicodeString __fastcall VarDataToStr(const TVarData &V);

プロパティ

種類 可視性 ソース ユニット
function protected
System.Variants.pas
System.Variants.hpp
System.Variants TCustomVariantType

説明

TVarData レコードの値を表す文字列を返します。

TCustomVariantType の下位クラスの実装から VarDataToStr メソッドを呼び出すと,バリアントの値を表す文字列を抽出できます。

V は,Variant の値を表す TVarData レコードです。

関連項目