System.Variants.VarToWideStr

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

Delphi

function VarToWideStr(const V: Variant): WideString;

C++

extern DELPHI_PACKAGE System::WideString __fastcall VarToWideStr(const System::Variant &V);

プロパティ

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


説明

バリアントの値を WideString に変換します。

VarToWideStr は、バリアント V のデータを WideString に変換し、その結果を返します。 バリアントが null 値だった場合、VarToWideStr は、NullAsStringValue 変数の値を返します。

関連項目


コード例