System.Bindings.Outputs.TConverterUtils.NilToVariant

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

Delphi

class procedure NilToVariant(var O: TValue); static;

C++

static void __fastcall NilToVariant(System::Rtti::TValue &O);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
System.Bindings.Outputs.pas
System.Bindings.Outputs.hpp
System.Bindings.Outputs TConverterUtils


説明

VariantTValue を、Nil 割り当ての場合に '' に設定します。

割り当てる前に、NilToVariantSystem.Rtti.TValue.From を使用して、TValueVariant に変換します。

関連項目