System.Tether.AppProfile.TResourceValue.operator =

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public System.Tether.AppProfile.hpp System.Tether.AppProfile TResourceValue

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.