System.OleVariant.operator =

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

C++

OleVariant& operator =(const OleVariant& rhs)
OleVariant& operator =(const Variant& rhs)
OleVariant& operator =(VARIANT& rhs)
OleVariant& operator =(const AnsiString& rhs)
OleVariant& operator =(const char* rhs)
OleVariant& operator=(const WideString& rhs)
OleVariant& operator=(const UnicodeString& rhs)
OleVariant& operator =(const bool rhs)
OleVariant& operator =(const char rhs)
OleVariant& operator =(const signed char rhs)
OleVariant& operator =(const unsigned char rhs)
OleVariant& operator =(const short rhs)
OleVariant& operator =(const unsigned short rhs)
OleVariant& operator =(const int rhs)
OleVariant& operator =(const unsigned int rhs)
OleVariant& operator =(const long rhs)
OleVariant& operator =(const unsigned long rhs)
OleVariant& operator =(const float rhs)
OleVariant& operator =(const double rhs)
OleVariant& operator =(const __int64 rhs)
OleVariant& operator =(const unsigned __int64 rhs)
OleVariant& operator =(const CURRENCY& rhs)
OleVariant& operator =(const TDateTime& rhs)
OleVariant& operator =(const Currency& rhs)
OleVariant& operator =(double* rhs)
OleVariant& operator =(__int64* rhs)
OleVariant& operator =(unsigned __int64* rhs)
OleVariant& operator =(TDateTime* rhs)
OleVariant& operator =(Currency* rhs)
OleVariant& operator =(IDispatch* rhs)
OleVariant& operator=(IUnknown* rhs)
OleVariant& operator =(CURRENCY* src)
OleVariant& operator =(SAFEARRAY** src)
OleVariant& operator =(VARIANT* src)

プロパティ

種類 可視性 ソース ユニット
function public sysvari.h System OleVariant

説明

rhs で指定された Variant をこの Variant にコピーします。

System.OleVariant.operator = は System.Variant.operator = を継承しています。以下の内容はすべて System.Variant.operator = を参照しています。

rhs で指定された Variant をこの Variant にコピーします。

この演算の意味は,実際の Variant の型によって決定されます。Variant が指定された演算に対して意味がある型に変換できる場合は,代入が実行されます。無効なバリアント型変換のためにこれらの演算を行うことができない場合は,EVariantError 例外が送出されます。