System.Tether.AppProfile.TResourceValue.operator =

提供: RAD Studio API Documentation
移動先: 案内検索

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

プロパティ

種類 可視性 ソース ユニット
function public System.Tether.AppProfile.hpp System.Tether.AppProfile TResourceValue

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。