System.Rtti.TValue.operator =

De RAD Studio API Documentation
Aller à : navigation, rechercher

C++

TValue& __fastcall operator=(const System::UnicodeString Value) { *this = TValue::_op_Implicit(Value); return *this; };
TValue& __fastcall operator=(int Value) { *this = TValue::_op_Implicit(Value); return *this; };
TValue& __fastcall operator=(unsigned Value) { *this = TValue::_op_Implicit(Value); return *this; };
TValue& __fastcall operator=(float Value) { *this = TValue::_op_Implicit(Value); return *this; };
TValue& __fastcall operator=(double Value) { *this = TValue::_op_Implicit(Value); return *this; };
TValue& __fastcall operator=(System::Extended Value) { *this = TValue::_op_Implicit(Value); return *this; };
TValue& __fastcall operator=(System::Currency Value) { *this = TValue::_op_Implicit(Value); return *this; };
TValue& __fastcall operator=(__int64 Value) { *this = TValue::_op_Implicit(Value); return *this; };
TValue& __fastcall operator=(unsigned __int64 Value) { *this = TValue::_op_Implicit(Value); return *this; };
TValue& __fastcall operator=(System::TObject* Value) { *this = TValue::_op_Implicit(Value); return *this; };
TValue& __fastcall operator=(System::TClass Value) { *this = TValue::_op_Implicit(Value); return *this; };
TValue& __fastcall operator=(bool Value) { *this = TValue::_op_Implicit(Value); return *this; };
TValue& __fastcall operator=(const System::TVarRec &VarRec) { *this = TValue::_op_Implicit(VarRec); return *this; };

Propriétés

Type Visibilité  Source Unité  Parent
function public System.Rtti.hpp System.Rtti TValue

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !