System.Tether.AppProfile.TResourceValue.operator =

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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

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.