System.Tether.AppProfile.TResourceValue.operator =

De RAD Studio API Documentation
Aller à : navigation, rechercher

C++

TResourceValue& operator =(bool Value) { *this = TResourceValue::_op_Implicit(Value); return *this; }
TResourceValue& operator =(__int64 Value) { *this = TResourceValue::_op_Implicit(Value); return *this; }
TResourceValue& operator =(int Value) { *this = TResourceValue::_op_Implicit(Value); return *this; }
TResourceValue& operator =(double Value) { *this = TResourceValue::_op_Implicit(Value); return *this; }
TResourceValue& operator =(float Value) { *this = TResourceValue::_op_Implicit(Value); return *this; }
TResourceValue& operator =(const System::UnicodeString Value) { *this = TResourceValue::_op_Implicit(Value); return *this; }
TResourceValue& 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 !