System.Tether.AppProfile.TResourceValue.operator =

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

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

プロパティ

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

説明

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