System.Tether.AppProfile.TResourceValue._op_Implicit

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

C++

static TResourceValue __fastcall _op_Implicit(bool Value);
static TResourceValue __fastcall _op_Implicit(__int64 Value);
static TResourceValue __fastcall _op_Implicit(int Value);
static TResourceValue __fastcall _op_Implicit(double Value);
static TResourceValue __fastcall _op_Implicit(float Value);
static TResourceValue __fastcall _op_Implicit(const System::UnicodeString Value);
static TResourceValue __fastcall _op_Implicit(System::Classes::TStream* const Value);

プロパティ

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


説明

TResourceValue クラスの Delphi 暗黙的クラス演算子の C++ 実装。

関連項目