System.Tether.AppProfile.TResourceValue.operator =

From RAD Studio API Documentation
Jump to: navigation, search

C++

TResourceValue& __fastcall operator=(bool Value) { *this = TResourceValue::_op_Implicit(Value); return *this; };
TResourceValue& __fastcall operator=(__int64 Value) { *this = TResourceValue::_op_Implicit(Value); return *this; };
TResourceValue& __fastcall operator=(int Value) { *this = TResourceValue::_op_Implicit(Value); return *this; };
TResourceValue& __fastcall operator=(double Value) { *this = TResourceValue::_op_Implicit(Value); return *this; };
TResourceValue& __fastcall operator=(float Value) { *this = TResourceValue::_op_Implicit(Value); return *this; };
TResourceValue& __fastcall operator=(const System::UnicodeString Value) { *this = TResourceValue::_op_Implicit(Value); return *this; };
TResourceValue& __fastcall operator=(System::Classes::TStream* const Value) { *this = TResourceValue::_op_Implicit(Value); return *this; };

Properties

Type Visibility Source Unit Parent
function public System.Tether.AppProfile.hpp System.Tether.AppProfile TResourceValue

Description

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