System.Bindings.Outputs.TConverterUtils.IntToVariant

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

Delphi

class procedure IntToVariant(const I: TValue; var O: TValue); static;

C++

static void __fastcall IntToVariant(const System::Rtti::TValue &I, System::Rtti::TValue &O);

プロパティ

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


説明

Integer TValueVariant TValue に変換します。

IntToVariant は新しい TValue レコードを、事前に変換された Variant 値から構築します。

  • IInteger TValue I は、変換前に Int64 値に変換されます。
  • OVariant TValue 変換後の TValue

関連項目