System.Rtti.TValue.operator =

From RAD Studio API Documentation
Revision as of 15:51, 15 December 2014 by BuildBot (talk | contribs) (Created page with "{{DISPLAYTITLE:System.Rtti.TValue.operator =}}{{#lst:API:System.Rtti.TValue.operator H3D|api}} ==Description== {{#lsth:API:System.Rtti.TValue.operator H3D|Description}}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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=(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; };

Properties

Type Visibility Source Unit Parent
function public System.Rtti.hpp System.Rtti TValue

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=System.Rtti.TValue.operator_H3D&oldid=686351"