System.Tether.AppProfile.TResourceValue.operator =

De RAD Studio API Documentation
Aller à : navigation, rechercher

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

Propriétés

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

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 !