System.Rtti.TValue.operator =

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public System.Rtti.hpp System.Rtti TValue

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.